ReadOnlyLinkedElementCollection<T>.IList.RemoveAt Method

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

Syntax

'宣言
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
'使用
Dim instance As ReadOnlyLinkedElementCollection
Dim index As Integer

CType(instance, IList).RemoveAt(index)
void IList.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList::RemoveAt
JScript does not support explicit interface implementations.

Parameters

Implements

IList.RemoveAt(Int32)

Permissions

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

ReadOnlyLinkedElementCollection<T> Members

Microsoft.VisualStudio.Modeling Namespace