IVsUICollection Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

NameDescription
System_CAPS_pubmethodAdviseCollectionChangeEvents(IVsUICollectionChangeEvents^, UInt32)

Registers for collection events.

System_CAPS_pubmethodClose()

Closes the collection.

System_CAPS_pubmethodEnumVerbs(IVsUIEnumDataSourceVerbs^)

Returns a enumeration of verbs for the data source.

System_CAPS_pubmethodget_Count(UInt32)

Returns the number of items in the collection.

System_CAPS_pubmethodGetItem(UInt32, IVsUIDataSource^)

Gets an item from the collection.

System_CAPS_pubmethodInvoke(String^, Object^, Object^)

Executes a verb on the data source.

System_CAPS_pubmethodUnadviseCollectionChangeEvents(UInt32)

Stops indicating collection events.

Return to top
Show: