Język

CursorTreeAdapter.Cursor Property

Definition

See also:

public virtual Android.Database.ICursor? Cursor { [Android.Runtime.Register("getCursor", "()Landroid/database/Cursor;", "GetGetCursorHandler")] get; }
[<get: Android.Runtime.Register("getCursor", "()Landroid/database/Cursor;", "GetGetCursorHandler")>]
member this.Cursor : Android.Database.ICursor

Property Value

The current cursor, or null when no cursor is set.

Attributes

Remarks

Java documentation for android.widget.CursorTreeAdapter.getCursor().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also