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

适用于