GlobalObjectCollection::Insert Method (Int32, GlobalObject^)
Visual Studio 2015
Inserts a new item into the collection at the given index.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- index
-
Type:
System::Int32
The position in the collection where the item should be inserted.
- item
-
Type:
Microsoft.VisualStudio.Shell.Design::GlobalObject^
The item to be inserted.
Show: