CursorTreeAdapter.NewChildView(Context, ICursor, Boolean, ViewGroup) 方法

定义

创建一个新的子视图,用于保存游标指向的数据。

[Android.Runtime.Register("newChildView", "(Landroid/content/Context;Landroid/database/Cursor;ZLandroid/view/ViewGroup;)Landroid/view/View;", "GetNewChildView_Landroid_content_Context_Landroid_database_Cursor_ZLandroid_view_ViewGroup_Handler")]
public abstract Android.Views.View? NewChildView (Android.Content.Context? context, Android.Database.ICursor? cursor, bool isLastChild, Android.Views.ViewGroup? parent);
[<Android.Runtime.Register("newChildView", "(Landroid/content/Context;Landroid/database/Cursor;ZLandroid/view/ViewGroup;)Landroid/view/View;", "GetNewChildView_Landroid_content_Context_Landroid_database_Cursor_ZLandroid_view_ViewGroup_Handler")>]
abstract member NewChildView : Android.Content.Context * Android.Database.ICursor * bool * Android.Views.ViewGroup -> Android.Views.View

参数

context
Context

应用程序全局信息的接口

cursor
ICursor

要从中获取数据的游标。 光标已移动到正确的位置。

isLastChild
Boolean

子级是否为其组中的最后一个子级。

parent
ViewGroup

新视图附加到的父级

返回

新建的视图。

属性

注解

创建一个新的子视图,用于保存游标指向的数据。

适用于 . 的 android.widget.CursorTreeAdapter.newChildView(android.content.Context, android.database.Cursor, boolean, android.view.ViewGroup)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于