GlobalObjectCollection.Insert(Int32, GlobalObject) Method

Definition

Inserts a new item into the collection at the given index.

public:
 void Insert(int index, Microsoft::VisualStudio::Shell::Design::GlobalObject ^ item);
public void Insert (int index, Microsoft.VisualStudio.Shell.Design.GlobalObject item);
member this.Insert : int * Microsoft.VisualStudio.Shell.Design.GlobalObject -> unit
Public Sub Insert (index As Integer, item As GlobalObject)

Parameters

index
Int32

The position in the collection where the item should be inserted.

item
GlobalObject

The item to be inserted.

Applies to