IVsUICollectionChangeEvents::OnAfterItemRemoved Method (IVsUICollection^, IVsUIDataSource^, UInt32)
Visual Studio 2015
Fired after an item has been removed from the collection.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int OnAfterItemRemoved( IVsUICollection^ pCollection, IVsUIDataSource^ pRemovedItem, unsigned int nItem )
Parameters
- pCollection
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUICollection^
[in] The collection that changed.
- pRemovedItem
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIDataSource^
[in] The item that was removed.
- nItem
-
Type:
System::UInt32
[in] The zero-based index for the item that was removed.
Show: