Share via


AbstractWindowedCursor.MWindow Property

Definition

The cursor window owned by this cursor.

[Android.Runtime.Register("mWindow")]
protected Android.Database.CursorWindow? MWindow { get; set; }
[<Android.Runtime.Register("mWindow")>]
member this.MWindow : Android.Database.CursorWindow with get, set

Property Value

Attributes

Remarks

The cursor window owned by this cursor.

Java documentation for android.database.AbstractWindowedCursor.mWindow.

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