GlobalTypeCollection::RemoveAt Method (Int32)

 

Removes the item 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 to be removed.

Return to top
Show: