CursorAdapter.NewDropDownView(Context, ICursor, ViewGroup) メソッド

定義

カーソルが指すデータを保持する新しいドロップダウン ビューを作成します。

[Android.Runtime.Register("newDropDownView", "(Landroid/content/Context;Landroid/database/Cursor;Landroid/view/ViewGroup;)Landroid/view/View;", "GetNewDropDownView_Landroid_content_Context_Landroid_database_Cursor_Landroid_view_ViewGroup_Handler")]
public virtual Android.Views.View? NewDropDownView(Android.Content.Context? context, Android.Database.ICursor? cursor, Android.Views.ViewGroup? parent);
[<Android.Runtime.Register("newDropDownView", "(Landroid/content/Context;Landroid/database/Cursor;Landroid/view/ViewGroup;)Landroid/view/View;", "GetNewDropDownView_Landroid_content_Context_Landroid_database_Cursor_Landroid_view_ViewGroup_Handler")>]
abstract member NewDropDownView : Android.Content.Context * Android.Database.ICursor * Android.Views.ViewGroup -> Android.Views.View
override this.NewDropDownView : Android.Content.Context * Android.Database.ICursor * Android.Views.ViewGroup -> Android.Views.View

パラメーター

context
Context

アプリケーションのグローバル情報へのインターフェイス

cursor
ICursor

データの取得元のカーソル。 カーソルは既に正しい位置に移動されています。

parent
ViewGroup

新しいビューがアタッチされている親

返品

新しく作成されたビュー。

属性

注釈

カーソルが指すデータを保持する新しいドロップダウン ビューを作成します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象