Share via


MediaStreamSamplePropertySet.Lookup(Guid) Method

Definition

Retrieves the value for the specified key.

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

Parameters

key
Guid

Platform::Guid

winrt::guid

The key to retrieve the value for.

Returns

Object

Platform::Object

IInspectable

The value, if an item with the specified key exists. Use the HasKey method to determine whether the key exists.

Implements

Applies to