GlobalTypeCollection.Insert(Int32, GlobalType) Method

Definition

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.

Applies to