CursorAdapter.BindView(View, Context, ICursor) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將現有視圖綁定到游標指向的資料
[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
用來取得資料的游標。 游標已經移動到正確位置。
- 屬性
備註
將現有視圖綁定到游標指向的資料
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。