IVsUICollectionChangeEvents 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 | |
|---|---|---|
![]() | Disconnect(IVsUISimpleDataSource^) | Disconnects from the datasource. |
![]() | OnAfterItemAdded(IVsUICollection^, UInt32) | Fired after a new item has been added to the collection. |
![]() | OnAfterItemRemoved(IVsUICollection^, IVsUIDataSource^, UInt32) | Fired after an item has been removed from the collection. |
![]() | OnAfterItemReplaced(IVsUICollection^, IVsUIDataSource^, IVsUIDataSource^, UInt32) | Fired after an item is updated. |
![]() | OnInvalidateAllItems(IVsUICollection^) | Fired if the entire collection has been cleared or refreshed. |
Show:
