GlobalObjectCollection.RemoveAt Method

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)

Syntax

'宣言
Public Sub RemoveAt ( _
    index As Integer _
)
'使用
Dim instance As GlobalObjectCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) sealed
public final function RemoveAt(
    index : int
)

Parameters

  • index
    Type: System.Int32

    The position of the item in the collection.

Implements

IList.RemoveAt(Int32)

Permissions

See Also

Reference

GlobalObjectCollection Class

GlobalObjectCollection Members

Microsoft.VisualStudio.Shell.Design Namespace