FeatureCollection.Item[Type] Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta una determinata funzionalità. L'impostazione di un valore Null rimuove la funzionalità.
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
Parametri
- key
- Type
Valore della proprietà
Funzionalità richiesta o Null se non è presente.