Window.PerformContextMenuIdentifierAction(Int32, MenuPerformFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a context-menu action identified by an item ID.
[Android.Runtime.Register("performContextMenuIdentifierAction", "(II)Z", "GetPerformContextMenuIdentifierAction_IIHandler")]
public abstract bool PerformContextMenuIdentifierAction(int id, Android.Views.MenuPerformFlags flags);
[<Android.Runtime.Register("performContextMenuIdentifierAction", "(II)Z", "GetPerformContextMenuIdentifierAction_IIHandler")>]
abstract member PerformContextMenuIdentifierAction : int * Android.Views.MenuPerformFlags -> bool
Parameters
- id
- Int32
The System.Int32 value used for id.
- flags
- MenuPerformFlags
The Android.Views.MenuPerformFlags value used for flags.
Returns
The result of the perform context menu identifier action operation.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.