MediaPropertySet.HasKey(Guid) Method

Definition

Indicates whether the property set has an item with the specified key.

public:
 virtual bool HasKey(Platform::Guid key) = IMap<Platform::Guid, Platform::Object ^>::HasKey;
bool HasKey(winrt::guid const& key);
public bool HasKey(Guid key);
function hasKey(key)
Public Function HasKey (key As Guid) As Boolean

Parameters

key
Guid

Platform::Guid

winrt::guid

The key.

Returns

Boolean

bool

True if the property set has an item with the specified key; otherwise, false.

Implements

Applies to