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
    削除する項目の 0 から始まるインデックス。

実装

IList.RemoveAt(Int32)

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

ModelingBindingSource クラス

Microsoft.VisualStudio.Modeling.Design 名前空間