CrossProcessCursorWrapper.FillWindow(Int32, CursorWindow) Method
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.
Copies cursor data into the window.
[Android.Runtime.Register("fillWindow", "(ILandroid/database/CursorWindow;)V", "GetFillWindow_ILandroid_database_CursorWindow_Handler")]
public virtual void FillWindow (int position, Android.Database.CursorWindow? window);
[<Android.Runtime.Register("fillWindow", "(ILandroid/database/CursorWindow;)V", "GetFillWindow_ILandroid_database_CursorWindow_Handler")>]
abstract member FillWindow : int * Android.Database.CursorWindow -> unit
override this.FillWindow : int * Android.Database.CursorWindow -> unit
Parameters
- position
- Int32
The zero-based index of the first row to copy into the window.
- window
- CursorWindow
The window to fill.
Implements
- Attributes
Remarks
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.