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

containerIsObjectBeingTested

Sets whether the receiver’s container should be an object involved in a filter reference or the top-level object. レシーバのもつコンテナがフィルタ参照またはトップレベルオブジェクトに関わるオブジェクトであるべきかどうかを設定します。

Declaration 宣言

@property BOOL containerIsObjectBeingTested;

Discussion 議論

If the receiver’s container specifier is nil and flag is YES, sets the receiver’s container to be an object involved in a filter reference (for example, whose color is blue). If the receiver’s container specifier is nil and flag is NO, sets the receiver’s container to be the top-level object. レシーバのもつコンテナ指定子がnilflagYESならば、レシーバのもつコンテナをフィルタ参照に参加するあるオブジェクトであるように設定してください(例えば、whose color is blue)。レシーバのもつコンテナ指定子がnilflagNOならば、レシーバのもつコンテナをトップレベルオブジェクトであるように設定してください。

If flag is YES containerIsRangeContainerObject should not also be invoked with an argument of YES. flagYESならばcontainerIsRangeContainerObjectもまたYESの引数で発動されるべきです。

See Also 参照

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