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

containerIsObjectBeingTested

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

Declaration 宣言

var containerIsObjectBeingTested: Bool { get set }

Discussion 議論

If the receiver’s container specifier is nil and flag is true, 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 false, sets the receiver’s container to be the top-level object. レシーバのもつコンテナ指定子がnilflagtrueならば、レシーバのもつコンテナをフィルタ参照に参加するあるオブジェクトであるように設定してください(例えば、whose color is blue)。レシーバのもつコンテナ指定子がnilflagfalseならば、レシーバのもつコンテナをトップレベルオブジェクトであるように設定してください。

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

See Also 参照

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