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.
レシーバのもつコンテナ指定子がnil
でflag
がYES
ならば、レシーバのもつコンテナを範囲指定子に対するコンテナであるように設定してください。レシーバのもつコンテナ指定子がnil
でflag
がNO
ならば、レシーバのもつコンテナをトップレベルオブジェクトであるように設定してください。
If flag
is YES
, containerIsObjectBeingTested
should not also be invoked with an argument of YES
.
flag
がYES
ならば、containerIsObjectBeingTested
が同様にYES
の引数で発動されるべきではありません。
See Also
参照
Getting, testing, and setting containers
コンテナを取得、テスト、そして設定する
containerClassDescription
Sets the class description of the receiver’s container specifier to a given specifier.
レシーバのもつコンテナ指定子のクラス記述をある与えられた指定子に設定します。
containerIsObjectBeingTested
Sets whether the receiver’s container should be an object involved in a filter reference or the top-level object.
レシーバのもつコンテナがフィルタ参照またはトップレベルオブジェクトに関わるオブジェクトであるべきかどうかを設定します。