IFeatureCollection.Item[Type] Właściwość

Definicja

Pobiera lub ustawia daną funkcję. Ustawienie wartości null powoduje usunięcie funkcji.

public:
 property System::Object ^ default[Type ^] { System::Object ^ get(Type ^ key); void set(Type ^ key, System::Object ^ value); };
public object this[Type key] { get; set; }
public object? this[Type key] { get; set; }
member this.Item(Type) : obj with get, set
Default Public Property Item(key As Type) As Object

Parametry

key
Type

Wartość właściwości

Żądana funkcja lub wartość null, jeśli nie jest obecna.

Dotyczy