語言

CursorAdapter.BindView(View, Context, ICursor) 方法

定義

將現有視圖綁定到游標指向的資料

[Android.Runtime.Register("bindView", "(Landroid/view/View;Landroid/content/Context;Landroid/database/Cursor;)V", "GetBindView_Landroid_view_View_Landroid_content_Context_Landroid_database_Cursor_Handler")]
public abstract void BindView(Android.Views.View? view, Android.Content.Context? context, Android.Database.ICursor? cursor);
[<Android.Runtime.Register("bindView", "(Landroid/view/View;Landroid/content/Context;Landroid/database/Cursor;)V", "GetBindView_Landroid_view_View_Landroid_content_Context_Landroid_database_Cursor_Handler")>]
abstract member BindView : Android.Views.View * Android.Content.Context * Android.Database.ICursor -> unit

參數

view
View

現有視圖,先前由 newView 回傳

context
Context

介面至應用程式的全域資訊

cursor
ICursor

用來取得資料的游標。 游標已經移動到正確位置。

屬性

備註

將現有視圖綁定到游標指向的資料

Java 文件 android.widget.CursorAdapter.bindView(android.view.View, android.content.Context, android.database.Cursor)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於