共用方式為


SimpleCursorTreeAdapter.BindChildView(View, Context, ICursor, Boolean) 方法

定義

將現有的檢視系結至數據指標所指向的子數據

[Android.Runtime.Register("bindChildView", "(Landroid/view/View;Landroid/content/Context;Landroid/database/Cursor;Z)V", "GetBindChildView_Landroid_view_View_Landroid_content_Context_Landroid_database_Cursor_ZHandler")]
protected override void BindChildView (Android.Views.View? view, Android.Content.Context? context, Android.Database.ICursor? cursor, bool isLastChild);
[<Android.Runtime.Register("bindChildView", "(Landroid/view/View;Landroid/content/Context;Landroid/database/Cursor;Z)V", "GetBindChildView_Landroid_view_View_Landroid_content_Context_Landroid_database_Cursor_ZHandler")>]
override this.BindChildView : Android.Views.View * Android.Content.Context * Android.Database.ICursor * bool -> unit

參數

view
View

newChildView 稍早傳回的現有檢視

context
Context

應用程式全域信息的介面

cursor
ICursor

要從中取得數據的數據指標。 游標已移至正確的位置。

isLastChild
Boolean

子系是否為其群組中的最後一個子系。

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於