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

 

Fired after an item is updated.

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

int OnAfterItemReplaced(
	IVsUICollection^ pCollection,
	IVsUIDataSource^ pNewItem,
	IVsUIDataSource^ pOldItem,
	unsigned int nItem
)

Parameters

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

[in] The collection that was changed.

pNewItem
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIDataSource^

[in] The new item.

pOldItem
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIDataSource^

[in] The replaced item.

nItem
Type: System::UInt32

[in] The zero-based index of the item that changed.

Return Value

Type: System::Int32

Ignored.

Return to top
Show: