PersonalizationDictionary.IDictionary.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 la valeur de la propriété Item[Object] pour la classe PersonalizationDictionary.
property System::Object ^ System::Collections::IDictionary::Item[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
object System.Collections.IDictionary.Item[object key] { get; set; }
member this.System.Collections.IDictionary.Item(obj) : obj with get, set
Property Item(key As Object) As Object Implements IDictionary.Item
Paramètres
- key
- Object
String qui identifie un objet PersonalizationEntry particulier dans le dictionnaire de personnalisation.
Valeur de propriété
Objet PersonalizationEntry dont la valeur correspond à key
.
Implémente
Exceptions
key
n’est pas un objet String.
Remarques
La Item[] première garantit que key
est un String objet, et si tel est le cas, il appelle la PersonalizationDictionary propriété propre à la classe Item[] pour retourner le PersonalizationEntry dont la clé est égale key
au dictionnaire actuel.