MediaPropertySet.HasKey(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.