The class description. クラス記述。
init(containerClassDescription:containerSpecifier:key:start:end:)
Availability 有効性
- macOS 10.0+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(containerClassDescription classDesc: NSScriptClassDescription
,
containerSpecifier container: NSScriptObjectSpecifier
?,
key property: String
,
start startSpec: NSScriptObjectSpecifier
?,
end endSpec: NSScriptObjectSpecifier
?)
Parameters パラメータ
classDescription
container
The container. コンテナ。
property
The property. プロパティ。
startSpec
The object specifier representing the first object of the range. 範囲の最初のオブジェクトを表しているオブジェクト指定子。
endSpec
The object specifier representing the last object of the range. 範囲の最後のオブジェクトを表しているオブジェクト指定子。
Return Value 戻り値
A range specifier initialized with the given properties. 与えられたプロパティで初期化された範囲指定子。
Discussion 議論
Invokes the super class’s init(container
method and initializes the instance with the object specifiers representing the starting element, start
, and the ending element, end
, of a range of elements in the container.
スーパークラスのもつinit(container
メソッドを発動して、コンテナの中の要素のある範囲のインスタンスを、開始要素start
、そして終了要素end
を表しているオブジェクト指定子それらで初期化してください。