Partager via


BitmapPropertySet.Lookup(String) Méthode

Définition

Récupère la valeur de la clé spécifiée.

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

Paramètres

key
String

Platform::String

winrt::hstring

Clé.

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

S’applique à

Voir aussi