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 的索引。

適用於

另請參閱