EventSinkCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(Object^)

Adds an event and returns its cookie.

System_CAPS_pubmethodClear()

Removes all event cookies.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(Object^)

Removes the specified event cookie from the collection.

System_CAPS_pubmethodRemoveAt(UInt32)

Removes the event cookie.

System_CAPS_pubmethodSetAt(UInt32, Object^)

Updates the event associated with the given cookie.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Only.

Return to top
Show: