ModelItemCollection.RemoveAt(Int32) 方法

定義

移除在指定索引處的項目。

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

參數

index
Int32

項目的索引。

實作

適用於