MediaPropertySet.Remove(Guid) 方法

定義

從屬性集移除專案。

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)

參數

key
Guid

Platform::Guid

winrt::guid

要移除的項目索引鍵。

實作

備註

如需 Remove (Guid) 方法的 C# 和 Microsoft Visual Basic 版本,請參閱 Remove

適用於