GlobalObjectCollection::IList::Insert Method (Int32, Object^)
Visual Studio 2015
Adds an item to the collection at the specified position.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- index
-
Type:
System::Int32
The position at which the item should be inserted.
- item
-
Type:
System::Object^
The object to be inserted in the collection.
Implements
IList::Insert(Int32, Object^)
Show: