GlobalTypeCollection.Insert(Int32, GlobalType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts an item into the underlying list at the specified position.
public:
void Insert(int index, Microsoft::VisualStudio::Shell::Design::GlobalType ^ item);
public void Insert (int index, Microsoft.VisualStudio.Shell.Design.GlobalType item);
member this.Insert : int * Microsoft.VisualStudio.Shell.Design.GlobalType -> unit
Public Sub Insert (index As Integer, item As GlobalType)
Parameters
- index
- Int32
The position at which the item should be inserted.
- item
- GlobalType
The object to be inserted into the collection.