Share via


ModelingBindingSource.RemoveAt Method

Removes the item at the specified index in the list. Performs the operation inside a transaction.

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

Syntax

'Declaration
Public Overrides Sub RemoveAt ( _
    index As Integer _
)
public override void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) override
abstract RemoveAt : 
        index:int -> unit 
override RemoveAt : 
        index:int -> unit 
public override function RemoveAt(
    index : int
)

Parameters

  • index
    Type: System.Int32
    The zero-based index of the item to remove.

Implements

IList.RemoveAt(Int32)

.NET Framework Security

See Also

Reference

ModelingBindingSource Class

Microsoft.VisualStudio.Modeling.Design Namespace