EventSinkCollection::Add Method (Object^)

 

Adds an event and returns its cookie.

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

public:
unsigned int Add(
	Object^ o
)

Parameters

o
Type: System::Object^

An object to be added to the event collection.

Return Value

Type: System::UInt32

The cookie of the added event.

The returned cookie can be used in the RemoveAt method.

Return to top
Show: