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

containerIsRangeContainerObject

Sets whether the receiver’s container is to be the container for a range specifier or a top-level object. レシーバのもつコンテナが範囲指定子またはトップレベルオブジェクトに対するコンテナとなるかどうかを設定します。

Declaration 宣言

@property BOOL containerIsRangeContainerObject;

Discussion 議論

If the receiver’s container specifier is nil and flag is YES, sets the receiver’s container to be the container for a range specifier. If the receiver’s container specifier is nil and flag is NO, sets the receiver’s container to be the top-level object. レシーバのもつコンテナ指定子がnilflagYESならば、レシーバのもつコンテナを範囲指定子に対するコンテナであるように設定してください。レシーバのもつコンテナ指定子がnilflagNOならば、レシーバのもつコンテナをトップレベルオブジェクトであるように設定してください。

If flag is YES, containerIsObjectBeingTested should not also be invoked with an argument of YES. flagYESならば、containerIsObjectBeingTestedが同様にYESの引数で発動されるべきではありません。

See Also 参照

Getting, testing, and setting containers コンテナを取得、テスト、そして設定する