IVsUICollectionChangeEvents::OnAfterItemReplaced Method (IVsUICollection^, IVsUIDataSource^, IVsUIDataSource^, UInt32)
Visual Studio 2015
Fired after an item is updated.
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.
Show: