CursorTreeAdapter.RunQueryOnBackgroundThread Método

Definição

Sobrecargas

RunQueryOnBackgroundThread(ICharSequence)
RunQueryOnBackgroundThread(String)

RunQueryOnBackgroundThread(ICharSequence)

[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

Parâmetros

constraint
ICharSequence

Retornos

Atributos

Comentários

Documentação Java para android.widget.CursorTreeAdapter.runQueryOnBackgroundThread(java.lang.CharSequence).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Confira também

Aplica-se a

RunQueryOnBackgroundThread(String)

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

Parâmetros

constraint
String

Retornos

Comentários

Documentação Java para android.widget.CursorTreeAdapter.runQueryOnBackgroundThread(java.lang.CharSequence).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a