Settings.Global.GetString(ContentResolver, String) Metodo

Definizione

Cercare un nome nel database.

[Android.Runtime.Register("getString", "(Landroid/content/ContentResolver;Ljava/lang/String;)Ljava/lang/String;", "")]
public static string? GetString(Android.Content.ContentResolver? resolver, string? name);
[<Android.Runtime.Register("getString", "(Landroid/content/ContentResolver;Ljava/lang/String;)Ljava/lang/String;", "")>]
static member GetString : Android.Content.ContentResolver * string -> string

Parametri

resolver
ContentResolver

per accedere al database con

name
String

per cercare nella tabella

Valori restituiti

valore corrispondente o null se non presente

Attributi

Commenti

Cercare un nome nel database.

per android.provider.Settings.Global.getString(android.content.ContentResolver, java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a