IVsUIDynamicCollection::InsertItem Method (UInt32, IVsUIDataSource^)
Visual Studio 2015
Adds an item to the collection.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- nIndex
-
Type:
System::UInt32
[in] The position for the new item.
- pItem
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIDataSource^
[in] The item to add.
Show: