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

要移除的项的索引。

适用于