IVsUICollectionChangeEvents::OnAfterItemRemoved Method (IVsUICollection^, IVsUIDataSource^, UInt32)

 

Fired after an item has been removed from the collection.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

Ignored.

Return to top
Show: