GlobalObjectCollection::IList::Insert Method (Int32, Object^)

 

Adds an item to the collection at the specified position.

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

private:
virtual void Insert(
	int index,
	Object^ item
) sealed = IList::Insert

Parameters

index
Type: System::Int32

The position at which the item should be inserted.

item
Type: System::Object^

The object to be inserted in the collection.

Return to top
Show: