MediaPropertySet.Lookup(Guid) 方法

定义

检索指定键的值。

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

参数

key
Guid

Platform::Guid

winrt::guid

键。

返回

Object

Platform::Object

IInspectable

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

实现

适用于