Share via


MediaStreamSamplePropertySet.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 to remove.

Implements

Applies to