IVsUICollection Interface
Visual Studio 2015
Represents a collection of user interface data sources.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseCollectionChangeEvents(IVsUICollectionChangeEvents, UInt32) | Registers for collection events. |
![]() | Close() | Closes the collection. |
![]() | EnumVerbs(IVsUIEnumDataSourceVerbs) | Returns a enumeration of verbs for the data source. |
![]() | get_Count(UInt32) | Returns the number of items in the collection. |
![]() | GetItem(UInt32, IVsUIDataSource) | Gets an item from the collection. |
![]() | Invoke(String, Object, Object) | Executes a verb on the data source. |
![]() | UnadviseCollectionChangeEvents(UInt32) | Stops indicating collection events. |
Show:
