IVsUIDynamicCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddItem(IVsUIDataSource^, UInt32) | Adds a data source to the collection. |
![]() | AdviseCollectionChangeEvents(IVsUICollectionChangeEvents^, UInt32) | Registers an event sink for collection change notifications. |
![]() | ClearItems() | Clears the collection. |
![]() | Close() | Closes the collection. |
![]() | EnumVerbs(IVsUIEnumDataSourceVerbs^) | Returns a list of the verbs available for the collection. |
![]() | get_Count(UInt32) | Returns the number of items in the collection. |
![]() | GetItem(UInt32, IVsUIDataSource^) | Returns an item from the collection. |
![]() | InsertCollection(UInt32, IVsUICollection^) | Adds a collection to this collection. |
![]() | InsertItem(UInt32, IVsUIDataSource^) | Adds an item to the collection. |
![]() | Invoke(String^, Object^, Object^) | Invokes a verb on the collection. |
![]() | RemoveItem(UInt32) | Remove an item from the collection. |
![]() | ReplaceItem(UInt32, IVsUIDataSource^) | Replaces an item in the colleciton. |
![]() | UnadviseCollectionChangeEvents(UInt32) | Stops sending notifications of changes tot eh collection. |
Show:
