共用方式為


PropertyValueCollection.RemoveAt(Int32) 方法

定義

PropertyValue 物件的集合中,移除指定之索引的物件。

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

要移除之項目的索引。

適用於