EventSinkCollection::Remove Method (Object^)

 

Removes the specified event cookie from the collection.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
void Remove(
	Object^ obj
)

Parameters

obj
Type: System::Object^

The event cookie to be removed.

Return to top
Show: