Lingua

CursorTreeAdapter Costruttori

Definizione

Overload

Nome Descrizione
CursorTreeAdapter(ICursor, Context)

Costruttore.

CursorTreeAdapter(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

CursorTreeAdapter(ICursor, Context, Boolean)

Costruttore.

CursorTreeAdapter(ICursor, Context)

Costruttore.

[Android.Runtime.Register(".ctor", "(Landroid/database/Cursor;Landroid/content/Context;)V", "")]
public CursorTreeAdapter(Android.Database.ICursor? cursor, Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/database/Cursor;Landroid/content/Context;)V", "")>]
new Android.Widget.CursorTreeAdapter : Android.Database.ICursor * Android.Content.Context -> Android.Widget.CursorTreeAdapter

Parametri

cursor
ICursor

Cursore da cui ottenere i dati per i gruppi.

context
Context

Contesto

Attributi

Commenti

Costruttore. L'adattatore chiamerà Cursor#requery() sul cursore ogni volta che cambia in modo che i dati più recenti vengano sempre visualizzati.

per android.widget.CursorTreeAdapter.CursorTreeAdapter(android.database.Cursor, android.content.Context).

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

CursorTreeAdapter(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected CursorTreeAdapter(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.CursorTreeAdapter : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.CursorTreeAdapter

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

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

CursorTreeAdapter(ICursor, Context, Boolean)

Costruttore.

[Android.Runtime.Register(".ctor", "(Landroid/database/Cursor;Landroid/content/Context;Z)V", "")]
public CursorTreeAdapter(Android.Database.ICursor? cursor, Android.Content.Context? context, bool autoRequery);
[<Android.Runtime.Register(".ctor", "(Landroid/database/Cursor;Landroid/content/Context;Z)V", "")>]
new Android.Widget.CursorTreeAdapter : Android.Database.ICursor * Android.Content.Context * bool -> Android.Widget.CursorTreeAdapter

Parametri

cursor
ICursor

Cursore da cui ottenere i dati per i gruppi.

context
Context

Contesto

autoRequery
Boolean

Se true, l'adattatore chiamerà Cursor#requery() sul cursore ogni volta che cambia in modo che i dati più recenti vengano sempre visualizzati.

Attributi

Commenti

Costruttore.

per android.widget.CursorTreeAdapter.CursorTreeAdapter(android.database.Cursor, android.content.Context, boolean).

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