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

削除する値のキー。

実装

適用対象