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

要删除的项的索引。

适用于