MediaStreamSamplePropertySet.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 if the specified key exists in the property set.
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 to check.
Returns
Boolean
bool
true if the key exists; otherwise, false.