ApplicationDataCompositeValue.Remove(String) Método

Definição

Remove o valor com a chave especificada.

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)

Parâmetros

key
String

Platform::String

winrt::hstring

A chave do valor a ser removido.

Implementações

Aplica-se a