Android.Views.IMenuItem.Intent Property
Return the Intent associated with this item.

Syntax

[get: Android.Runtime.Register("getIntent", "()Landroid/content/Intent;", "GetGetIntentHandler:Android.Views.IMenuItemInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Content.Intent Intent { get; }

See Also

IMenuItem.SetIntent(Android.Content.Intent)

Value

Documentation for this section has not yet been entered.

Remarks

Return the Intent associated with this item. This returns a reference to the Intent which you can change as desired to modify what the Item is holding.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1