GlobalObjectCollection::Insert Method (Int32, GlobalObject^)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
void Insert(
	int index,
	GlobalObject^ item
)

Parameters

index
Type: System::Int32

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

item
Type: Microsoft.VisualStudio.Shell.Design::GlobalObject^

The item to be inserted.

Return to top
Show: