ApplicationDataCompositeValue.Remove(String) Metodo

Definizione

Rimuove il valore con la chiave specificata.

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)

Parametri

key
String

Platform::String

winrt::hstring

Chiave del valore da rimuovere.

Implementazioni

Si applica a