Instance Property インスタンスプロパティ

currentMode

The receiver's current input mode. レシーバのもつ現在の入力モード。

Declaration 宣言

var currentMode: RunLoop.Mode? { get }

Discussion 議論

The receiver's current input mode. This method returns the current input mode only while the receiver is running; otherwise, it returns nil. レシーバのもつ現在の入力モード。このメソッドは、現在の入力モードをレシーバが動作中である間のみ返します;そうでなければ、それはnilを返します。

The current mode is set by the methods that run the run loop, such as acceptInput(forMode:before:) and run(mode:before:). 現在のモードは、実行ループを走らせたメソッドによって設定されます、たとえばacceptInput(forMode:before:)およびrun(mode:before:)など。

See Also 参照

Accessing Run Loops and Modes 実行ループおよびモードにアクセスする

Related Documentation 関連文書