IVsUICollectionChangeEvents Methods

 

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

NameDescription
System_CAPS_pubmethodDisconnect(IVsUISimpleDataSource^)

Disconnects from the datasource.

System_CAPS_pubmethodOnAfterItemAdded(IVsUICollection^, UInt32)

Fired after a new item has been added to the collection.

System_CAPS_pubmethodOnAfterItemRemoved(IVsUICollection^, IVsUIDataSource^, UInt32)

Fired after an item has been removed from the collection.

System_CAPS_pubmethodOnAfterItemReplaced(IVsUICollection^, IVsUIDataSource^, IVsUIDataSource^, UInt32)

Fired after an item is updated.

System_CAPS_pubmethodOnInvalidateAllItems(IVsUICollection^)

Fired if the entire collection has been cleared or refreshed.

Return to top
Show: