EventSinkCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Object^) | Adds an event and returns its cookie. |
![]() | Clear() | Removes all event cookies. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(Object^) | Removes the specified event cookie from the collection. |
![]() | RemoveAt(UInt32) | Removes the event cookie. |
![]() | SetAt(UInt32, Object^) | Updates the event associated with the given cookie. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Only. |
Show:



