ApplicationDataContainerSettings.Lookup(String) Méthode

Définition

Récupère le paramètre d’application spécifié.

public:
 virtual Platform::Object ^ Lookup(Platform::String ^ key) = IMap<Platform::String ^, Platform::Object ^>::Lookup;
IInspectable Lookup(winrt::hstring const& key);
public object Lookup(string key);
function lookup(key)
Public Function Lookup (key As String) As Object

Paramètres

key
String

Platform::String

winrt::hstring

Clé du paramètre.

Retours

Object

Platform::Object

IInspectable

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

Pour obtenir un exemple de code de Recherche, consultez l’exemple HasKey .

S’applique à

Voir aussi