PropertySet.Lookup(String) Metodo

Definizione

Recupera il valore per la chiave specificata.

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

Parametri

key
String

Platform::String

winrt::hstring

Chiave.

Restituisce

Object

Platform::Object

IInspectable

Valore, se esiste un elemento con la chiave specificata. Utilizzare il metodo HasKey per determinare se la chiave esiste.

Implementazioni

Si applica a