MediaPropertySet.Remove(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.
Removes an item from the property set.
public:
virtual void Remove(Platform::Guid key) = IMap<Platform::Guid, Platform::Object ^>::Remove;
void Remove(winrt::guid const& key);
public void Remove(Guid key);
function remove(key)
Public Sub Remove (key As Guid)
Parameters
- key
-
Guid
Platform::Guid
winrt::guid
The key of the item to remove.
Implements
Remarks
For the C# and Microsoft Visual Basic version of the Remove(Guid) method, see Remove.