LinkedElementCollection<T>.RemoveAt Method

Removes the role at a specified index from the collection.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public Sub RemoveAt ( _
    index As Integer _
)
'使用
Dim instance As LinkedElementCollection
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

    Index of the role to delete inside the collection.

Implements

IList<T>.RemoveAt(Int32)
IList.RemoveAt(Int32)

Permissions

See Also

Reference

LinkedElementCollection<T> Class

LinkedElementCollection<T> Members

Microsoft.VisualStudio.Modeling Namespace