PasswordCredentialPropertyStore.Lookup(String) 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.
Cette méthode est réservée à un usage interne et n’est pas destinée à être utilisée dans votre code.
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
Réservé.