UserConfigurationDictionary.Item[Object] 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 l’entrée avec la clé spécifiée.
public:
property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
public object this[object key] { get; set; }
Default Public Property Item(key As Object) As Object
Paramètres
- key
- Object
Clé d’entrée.
Valeur de propriété
Entrée avec la clé spécifiée.