FeatureCollection.Item[Type] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une fonctionnalité donnée. La définition d’une valeur Null supprime la fonctionnalité.
public object? this[Type key] { get; set; }
member this.Item(Type) : obj with get, set
Default Public Property Item(key As Type) As Object
Paramètres
- key
- Type
Valeur de propriété
Fonctionnalité demandée ou null si elle n’est pas présente.