ResourceDictionary.Item[String] 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.
Récupère la valeur System.Object associée à la clé index
.
public object this[string index] { get; set; }
member this.Item(string) : obj with get, set
Paramètres
- index
- System.String
Identificateur de l’objet souhaité.
Valeur de propriété
System.Object
Implémente
System.Collections.Generic.IDictionary`2.Item(`0)