PropertyDescriptorCollection.RemoveAt(Int32) メソッド

定義

指定したインデックスにある PropertyDescriptor をコレクションから削除します。

public:
 void RemoveAt(int index);
public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

パラメーター

index
Int32

コレクションから削除する PropertyDescriptor のインデックス。

実装

例外

コレクションは読み取り専用です。

適用対象