Compartir a través de


FeatureCollection.Item[Type] Propiedad

Definición

Obtiene o establece una característica determinada. Si se establece un valor NULL, se quita la característica.

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

Parámetros

key
Type

Valor de propiedad

Característica solicitada o null si no está presente.

Implementaciones

Se aplica a