IMenuItemExtensions.SetContentDescription(IMenuItem, String) 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.
Sets the content description.
public static Android.Views.IMenuItem SetContentDescription(this Android.Views.IMenuItem self, string? contentDescription);
static member SetContentDescription : Android.Views.IMenuItem * string -> Android.Views.IMenuItem
Parameters
- self
- IMenuItem
The Android.Views.IMenuItem value used for self.
- contentDescription
- String
The System.String value used for content description.
Returns
The result of the set content description operation.