GlobalObjectCollection::RemoveAt Method (Int32)

 

Removes an object from the collection at the specified position.

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

public:
virtual void RemoveAt(
	int index
) sealed

Parameters

index
Type: System::Int32

The position of the item in the collection.

Return to top
Show: