Share via


PropertySet.Remove(String) 方法

定義

從屬性集移除專案。

public:
 virtual void Remove(Platform::String ^ key) = IMap<Platform::String ^, Platform::Object ^>::Remove;
void Remove(winrt::hstring const& key);
public void Remove(string key);
function remove(key)
Public Sub Remove (key As String)

參數

key
String

Platform::String

winrt::hstring

索引鍵。

實作

備註

如需 Remove 方法的 C# 或 Microsoft Visual Basic 版本,請參閱 Remove

適用於