IVsUIDynamicCollection::InsertCollection Method (UInt32, IVsUICollection^)
Visual Studio 2015
Adds a collection to this collection.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- nIndex
-
Type:
System::UInt32
[in] The position in this collection to insert the new collection.
- pCollection
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUICollection^
[in] The collection to add.
Show: