共用方式為


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 (String、Object)

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

適用於