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 удаления из коллекции.

Реализации

Исключения

Коллекция доступна только для чтения.

Применяется к