Sdílet prostřednictvím


UIViewController.AddKeyCommand(UIKeyCommand) Method

Definition

[Foundation.Export("addKeyCommand:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddKeyCommand(UIKit.UIKeyCommand command);
[<Foundation.Export("addKeyCommand:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddKeyCommand : UIKit.UIKeyCommand -> unit
override this.AddKeyCommand : UIKit.UIKeyCommand -> unit

Parameters

command
UIKeyCommand
Attributes

Applies to