Instance Property
インスタンスプロパティ
containerIsRangeContainerObject
Sets whether the receiver’s container is to be the container for a range specifier or a top-level object.
レシーバのもつコンテナが範囲指定子またはトップレベルオブジェクトに対するコンテナとなるかどうかを設定します。
Declaration
宣言
var containerIsRangeContainerObject: Bool
{ get set }
Discussion
議論
If the receiver’s container specifier is nil
and flag
is true
, sets the receiver’s container to be the container for a range specifier. If the receiver’s container specifier is nil
and flag
is false
, sets the receiver’s container to be the top-level object.
レシーバのもつコンテナ指定子がnil
でflag
がtrue
ならば、レシーバのもつコンテナを範囲指定子に対するコンテナであるように設定してください。レシーバのもつコンテナ指定子がnil
でflag
がfalse
ならば、レシーバのもつコンテナをトップレベルオブジェクトであるように設定してください。
If flag
is true
, containerIsObjectBeingTested
should not also be invoked with an argument of true
.
flag
がtrue
ならば、containerIsObjectBeingTested
が同様にtrue
の引数で発動されるべきではありません。
See Also
参照
Getting, testing, and setting containers
コンテナを取得、テスト、そして設定する
var containerIsObjectBeingTested: Bool
Sets whether the receiver’s container should be an object involved in a filter reference or the top-level object.
レシーバのもつコンテナがフィルタ参照またはトップレベルオブジェクトに関わるオブジェクトであるべきかどうかを設定します。