語言

ActionMenuView 建構函式

定義

多載

名稱 Description
ActionMenuView(Context)

初始化新的實例。

ActionMenuView(Context, IAttributeSet)

初始化新的實例。

ActionMenuView(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

ActionMenuView(Context)

初始化新的實例。

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public ActionMenuView(Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.ActionMenuView : Android.Content.Context -> Android.Widget.ActionMenuView

參數

context
Context

背景

屬性

備註

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

Java 文件 ActionMenuView

適用於

ActionMenuView(Context, IAttributeSet)

初始化新的實例。

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public ActionMenuView(Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Widget.ActionMenuView : Android.Content.Context * Android.Util.IAttributeSet -> Android.Widget.ActionMenuView

參數

context
Context

背景

attrs
IAttributeSet

屬性集

屬性

備註

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

Java 文件 ActionMenuView

適用於

ActionMenuView(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

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

參數

javaReference
IntPtr

nativeint

IntPtrA 包含一個 Java 原生介面(JNI)物件參考。

transfer
JniHandleOwnership

JniHandleOwnershipA 指示如何處理javaReference

備註

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

適用於