次の方法で共有


ExpandableListView.ExpandableListContextMenuInfo コンストラクター

定義

オーバーロード

ExpandableListView.ExpandableListContextMenuInfo(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

ExpandableListView.ExpandableListContextMenuInfo(View, Int64, Int64)

ExpandableListView.ExpandableListContextMenuInfo(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected ExpandableListContextMenuInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.ExpandableListView.ExpandableListContextMenuInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.ExpandableListView.ExpandableListContextMenuInfo

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含む IntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象

ExpandableListView.ExpandableListContextMenuInfo(View, Int64, Int64)

[Android.Runtime.Register(".ctor", "(Landroid/view/View;JJ)V", "")]
public ExpandableListContextMenuInfo (Android.Views.View? targetView, long packedPosition, long id);
[<Android.Runtime.Register(".ctor", "(Landroid/view/View;JJ)V", "")>]
new Android.Widget.ExpandableListView.ExpandableListContextMenuInfo : Android.Views.View * int64 * int64 -> Android.Widget.ExpandableListView.ExpandableListContextMenuInfo

パラメーター

targetView
View
packedPosition
Int64
id
Int64
属性

注釈

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象