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

削除する項目のインデックス。

適用対象