VisualElement.GetAccessKey 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.
Overloads
GetAccessKey(BindableObject) |
Returns the access key value. |
GetAccessKey(IPlatformElementConfiguration<Windows,VisualElement>) |
Returns the access key value. |
GetAccessKey(BindableObject)
Returns the access key value.
public static string GetAccessKey (Xamarin.Forms.BindableObject element);
static member GetAccessKey : Xamarin.Forms.BindableObject -> string
Parameters
- element
- BindableObject
The element for which to get the access key.
Returns
System.String
The access key value.
Applies to
GetAccessKey(IPlatformElementConfiguration<Windows,VisualElement>)
Returns the access key value.
public static string GetAccessKey (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.VisualElement> config);
static member GetAccessKey : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.VisualElement> -> string
Parameters
The platform configuration for the element for which to get the access key.
Returns
System.String
The access key value.