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

适用于

另请参阅