共用方式為


View.ContextMenuInfo 屬性

定義

如果檢視具有與操作功能表相關聯的額外資訊,則檢視應該實作此動作。

protected virtual Android.Views.IContextMenuContextMenuInfo? ContextMenuInfo { [Android.Runtime.Register("getContextMenuInfo", "()Landroid/view/ContextMenu$ContextMenuInfo;", "GetGetContextMenuInfoHandler")] get; }
[<get: Android.Runtime.Register("getContextMenuInfo", "()Landroid/view/ContextMenu$ContextMenuInfo;", "GetGetContextMenuInfoHandler")>]
member this.ContextMenuInfo : Android.Views.IContextMenuContextMenuInfo

屬性值

應該顯示操作功能表之項目的額外資訊。 這項資訊會因檢視的不同子類別而有所不同。

屬性

備註

android.view.View.getContextMenuInfo()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於