CursorTreeAdapter.RunQueryOnBackgroundThread Metodo

Definizione

Overload

RunQueryOnBackgroundThread(ICharSequence)

Vedere anche:

[Android.Runtime.Register("runQueryOnBackgroundThread", "(Ljava/lang/CharSequence;)Landroid/database/Cursor;", "GetRunQueryOnBackgroundThread_Ljava_lang_CharSequence_Handler")]
public virtual Android.Database.ICursor? RunQueryOnBackgroundThread(Java.Lang.ICharSequence? constraint);
[<Android.Runtime.Register("runQueryOnBackgroundThread", "(Ljava/lang/CharSequence;)Landroid/database/Cursor;", "GetRunQueryOnBackgroundThread_Ljava_lang_CharSequence_Handler")>]
abstract member RunQueryOnBackgroundThread : Java.Lang.ICharSequence -> Android.Database.ICursor
override this.RunQueryOnBackgroundThread : Java.Lang.ICharSequence -> Android.Database.ICursor

Parametri

constraint
ICharSequence

CharSequence

Valori restituiti

Cursore contenente i risultati della query o null quando non sono disponibili risultati.

Attributi

Commenti

per android.widget.CursorTreeAdapter.runQueryOnBackgroundThread(java.lang.CharSequence).

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.

Vedi anche

Si applica a

RunQueryOnBackgroundThread(String)

Vedere anche:

public Android.Database.ICursor? RunQueryOnBackgroundThread(string? constraint);
member this.RunQueryOnBackgroundThread : string -> Android.Database.ICursor

Parametri

constraint
String

CharSequence

Valori restituiti

Cursore contenente i risultati della query o null quando non sono disponibili risultati.

Commenti

per android.widget.CursorTreeAdapter.runQueryOnBackgroundThread(java.lang.CharSequence).

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