GlobalTypeCollection::IList::Insert Method (Int32, Object^)
Visual Studio 2015
Inserts an object in 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 item to be inserted.
Implements
IList::Insert(Int32, Object^)
Show: