DisplaySource.GetMetadata(Guid) Method

Definition

Retrieves dynamic metadata from the source.

public:
 virtual IBuffer ^ GetMetadata(Platform::Guid Key) = GetMetadata;
IBuffer GetMetadata(winrt::guid const& Key);
public IBuffer GetMetadata(Guid Key);
function getMetadata(Key)
Public Function GetMetadata (Key As Guid) As IBuffer

Parameters

Key
Guid

Platform::Guid

winrt::guid

Returns

An IBuffer.

Applies to