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

currentMode

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

Declaration 宣言

@property(nullable, readonly, copy) NSRunLoopMode currentMode;

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 acceptInputForMode:beforeDate: and runMode:beforeDate:. 現在のモードは、実行ループを走らせたメソッドによって設定されます、たとえばacceptInputForMode:beforeDate:およびrunMode:beforeDate:など。

See Also 参照

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

Related Documentation 関連文書