DataPackagePropertySet.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

键。

实现

注解

如果需要从 DataPackagePropertySet 对象中删除属性,请使用 Remove

有关详细信息,请参阅 IMapView (字符串、对象)

有关 Remove (String) 方法的 C# 和 Microsoft Visual Basic 版本,请参阅 Remove

适用于