IVsUICollectionChangeEvents::OnAfterItemAdded Method (IVsUICollection^, UInt32)

 

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

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

int OnAfterItemAdded(
	IVsUICollection^ pCollection,
	unsigned int nItem
)

Parameters

pCollection
Type: Microsoft.VisualStudio.Shell.Interop::IVsUICollection^

[in] The collection that changed.

nItem
Type: System::UInt32

[in] The zero-based index of the item in the collections that was added.

Return Value

Type: System::Int32

Ignored.

Return to top
Show: