IVsUIDynamicCollection::ReplaceItem Method (UInt32, IVsUIDataSource^)
Visual Studio 2015
Replaces an item in the colleciton.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- nIndex
-
Type:
System::UInt32
[in] The 0 based index of the item to replace.
- pItem
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIDataSource^
[in] The new item.
Show: