UIResponder.KeyCommands プロパティ

定義

この UIResponder でアクションをトリガーする必要がある主要なコマンド。 読み取り専用です。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIKeyCommand[] KeyCommands { [Foundation.Export("keyCommands")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.KeyCommands : UIKit.UIKeyCommand[]

プロパティ値

オブジェクトの UIKeyCommand 配列

属性

適用対象