CursorAdapter.Init(Context, ICursor, Boolean) 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.
Caution
deprecated
This member is deprecated.
[Android.Runtime.Register("init", "(Landroid/content/Context;Landroid/database/Cursor;Z)V", "GetInit_Landroid_content_Context_Landroid_database_Cursor_ZHandler")]
[System.Obsolete("deprecated")]
protected virtual void Init (Android.Content.Context? context, Android.Database.ICursor? c, bool autoRequery);
[<Android.Runtime.Register("init", "(Landroid/content/Context;Landroid/database/Cursor;Z)V", "GetInit_Landroid_content_Context_Landroid_database_Cursor_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Init : Android.Content.Context * Android.Database.ICursor * bool -> unit
override this.Init : Android.Content.Context * Android.Database.ICursor * bool -> unit
Parameters
- context
- Context
- c
- ICursor
- autoRequery
- Boolean
- Attributes
Remarks
This member is deprecated. Don't use this, use the normal constructor. This will be removed in the future.
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.