Instance Property
インスタンスプロパティ
rangeContainerObject
Sets the top-level container object for a range-specifier evaluation to a give object.
範囲指定子評価に対するトップレベルコンテナを、ある与えられたオブジェクトに設定します。
Declaration
宣言
var rangeContainerObject: Any? { get set }
Parameters
パラメータ
container
The top-level container object for a range-specifier evaluation.
範囲指定子評価のためのトップレベルのコンテナオブジェクト。
Discussion
議論
Instances of NSRangeSpecifier
contain object specifiers representing the first or last element in a range of elements, and these specifiers are evaluated in the context of container
.
NSRangeSpecifier
のインスタンスは、いくらかの要素からなるある範囲における最初または最後の要素を表しているオブジェクト指定子を含みます、そしてそれらの指定子はcontainer
の前後関係の中で評価されます。
See Also
参照
Getting and setting the container object
コンテナオブジェクトの取得と設定
var topLevelObject: Any?
Sets the top-level object for an object-specifier evaluation.
オブジェクト指定子評価に対するトップレベルオブジェクトを設定します。
var objectBeingTested: Any?
Sets the top-level container object currently being tested in a “whose” qualifier to a given object.
“whose” 修飾子において現在テストされているトップレベルのコンテナオブジェクトを、ある与えられたオブジェクトに設定します。