Share via


MediaPropertySet.Remove(Guid) Method

Definition

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.

Applies to