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

設定的索引鍵。

實作

適用於

另請參閱