PropertySet.Lookup(String) 方法

定义

检索指定键的值。

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

参数

key
String

Platform::String

winrt::hstring

键。

返回

Object

Platform::Object

IInspectable

如果存在具有指定键的项,则为 值。 使用 HasKey 方法确定密钥是否存在。

实现

适用于