ModelingBindingSource.RemoveAt Method
Removes the item at the specified index in the list.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.