PropertyValueCollection.RemoveAt(Int32) Metoda

Definicja

Usuwa obiekt z kolekcji PropertyValue obiektów w określonym indeksie.

public:
 abstract void RemoveAt(int index);
public abstract void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public MustOverride Sub RemoveAt (index As Integer)

Parametry

index
Int32

Indeks elementu do usunięcia.

Dotyczy