ResourceDictionary.Lookup(Object) Méthode
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.
Retourne la valeur de la clé demandée, si une entrée avec cette clé existe.
public:
virtual Platform::Object ^ Lookup(Platform::Object ^ key) = IMap<Platform::Object ^, Platform::Object ^>::Lookup;
IInspectable Lookup(IInspectable const& key);
public object Lookup(object key);
function lookup(key)
Public Function Lookup (key As Object) As Object
Paramètres
- key
-
Object
Platform::Object
IInspectable
Clé demandée.
Retours
Valeur, si un élément avec la clé spécifiée existe. Utilisez la méthode HasKey pour déterminer si la clé existe.
Implémente
Remarques
Notes
L’API Microsoft .NET équivalente est l’indexeur Item .