GlobalTypeCollection::Insert Method (Int32, GlobalType^)
Visual Studio 2015
Inserts an item into the underlying list 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:
Microsoft.VisualStudio.Shell.Design::GlobalType^
The object to be inserted into the collection.
Show: