共用方式為


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 命名空間