AbstractCursor.Window Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the cursor is backed by a CursorWindow
, returns a pre-filled
window with the contents of the cursor, otherwise null.
public virtual Android.Database.CursorWindow? Window { [Android.Runtime.Register("getWindow", "()Landroid/database/CursorWindow;", "GetGetWindowHandler")] get; }
[<get: Android.Runtime.Register("getWindow", "()Landroid/database/CursorWindow;", "GetGetWindowHandler")>]
member this.Window : Android.Database.CursorWindow
Property Value
The pre-filled window that backs this cursor, or null if none.
Implements
- Attributes
Remarks
If the cursor is backed by a CursorWindow
, returns a pre-filled window with the contents of the cursor, otherwise null.
Java documentation for android.database.AbstractCursor.getWindow()
.
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.