AdapterView.AdapterContextMenuInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AdapterView.AdapterContextMenuInfo(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
AdapterView.AdapterContextMenuInfo(View, Int32, Int64) |
AdapterView.AdapterContextMenuInfo(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected AdapterContextMenuInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.AdapterView.AdapterContextMenuInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.AdapterView.AdapterContextMenuInfo
パラメーター
- transfer
- JniHandleOwnership
処理方法 JniHandleOwnershipを示す javaReference
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
AdapterView.AdapterContextMenuInfo(View, Int32, Int64)
[Android.Runtime.Register(".ctor", "(Landroid/view/View;IJ)V", "")]
public AdapterContextMenuInfo (Android.Views.View? targetView, int position, long id);
[<Android.Runtime.Register(".ctor", "(Landroid/view/View;IJ)V", "")>]
new Android.Widget.AdapterView.AdapterContextMenuInfo : Android.Views.View * int * int64 -> Android.Widget.AdapterView.AdapterContextMenuInfo
パラメーター
- targetView
- View
- position
- Int32
- id
- Int64
- 属性
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。