Sdílet prostřednictvím


UIApplicationDelegate.ShouldAutomaticallyLocalizeKeyCommands Method

Definition

[Foundation.Export("applicationShouldAutomaticallyLocalizeKeyCommands:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldAutomaticallyLocalizeKeyCommands(UIKit.UIApplication application);
[<Foundation.Export("applicationShouldAutomaticallyLocalizeKeyCommands:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldAutomaticallyLocalizeKeyCommands : UIKit.UIApplication -> bool
override this.ShouldAutomaticallyLocalizeKeyCommands : UIKit.UIApplication -> bool

Parameters

application
UIApplication

Returns

Implements

Attributes

Applies to