Compartir a través de


Preferences.Remove Método

Definición

Sobrecargas

Remove(String, String)

Quita una clave y su valor asociado si existe.

Remove(String)

Quita una clave y su valor asociado si existe.

Remove(String, String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

Quita una clave y su valor asociado si existe.

public:
 static void Remove(System::String ^ key, System::String ^ sharedName);
public static void Remove (string key, string? sharedName);
static member Remove : string * string -> unit
Public Shared Sub Remove (key As String, sharedName As String)

Parámetros

key
String

Clave de preferencia.

sharedName
String

Nombre del contenedor compartido.

Se aplica a

Remove(String)

Source:
Preferences.shared.cs
Source:
Preferences.shared.cs

Quita una clave y su valor asociado si existe.

public:
 static void Remove(System::String ^ key);
public static void Remove (string key);
static member Remove : string -> unit
Public Shared Sub Remove (key As String)

Parámetros

key
String

Clave que se va a quitar.

Se aplica a