Compartir a través de


FeatureCollection.Item[Type] Propiedad

Definición

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

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

La característica solicitada, o null si no está presente.

Implementaciones

Se aplica a