ModelingBindingSource.RemoveAt 方法

移除此列表中指定索引处的项。 对事务内的操作。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Overrides Sub RemoveAt ( _
    index As Integer _
)
public override void RemoveAt(
    int index
)

参数

  • index
    类型:System.Int32
    要移除的项的从零开始的索引。

实现

IList.RemoveAt(Int32)

.NET Framework 安全性

请参见

参考

ModelingBindingSource 类

Microsoft.VisualStudio.Modeling.Design 命名空间