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

requestModes

The set of request modes the receiver’s receive port is registered for with its NSRunLoop object. レシーバの持つ受信ポートがそれのNSRunLoopオブジェクトとともにそれに対して登録される、一揃いの要請モード。

Declaration 宣言

@property(readonly, copy) NSArray<NSString *> *requestModes;

Discussion 議論

An array of NSString objects that represents the set of request modes the receiver’s receive port is registered for with its NSRunLoop object. NSStringオブジェクトそれらからなるある配列、それはレシーバのもつ受信ポートがそれに対してそれのNSRunLoopオブジェクトとともに登録される一揃いの要請モードを表します。

See Also 参照

Configuring Instances インスタンスを構成設定する

Related Documentation 関連文書