BindingsCollection.RemoveAt(Int32) メソッド

定義

指定したインデック位置のバインディングをコレクションから削除します。

protected public:
 void RemoveAt(int index);
protected internal void RemoveAt (int index);
member this.RemoveAt : int -> unit
Protected Friend Sub RemoveAt (index As Integer)

パラメーター

index
Int32

削除する Binding のインデックス。

適用対象

こちらもご覧ください