共用方式為


BindingCollection.RemoveAt(Int32) 方法

定義

移除指定索引處的 Binding。

public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

參數

index
Int32

要移除的 Binding 其以零起始的索引。

實作

適用於