Description for the container of the collection. コレクションのコンテナに対する説明。
Initializerinit(container
init(containerClassDescription:containerSpecifier:key:index:)
Initializes an allocated
NSIndexSpecifier
object with a class description, container specifier, collection key, and object index.
アロケートされたNSIndexSpecifier
オブジェクトをあるクラス記述、コンテナ指定子、コレクションキー、およびオブジェクトインデックスで初期化します。
Availability 有効性
- macOS 10.0+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(containerClassDescription classDesc: NSScriptClassDescription
,
containerSpecifier container: NSScriptObjectSpecifier
?,
key property: String
,
index: Int
)
Parameters パラメータ
classDescription
containerSpecifier
Container of the collection. コレクションのコンテナ。
collectionKey
Name of the collection. コレクションの名前。
objectIndex
The object within the
key
collection the index specifier is to identify.key
コレクション内のオブジェクト、インデックス指定子が識別するもの。
Return Value 戻り値
Initialized NSIndex
object with its index
property set to object
.
初期化されたNSIndex
オブジェクト、それのindex
プロパティがobject
に設定された状態で。
Discussion 議論
Invokes the super class’s init(container
method and sets the index
property of the index specifier to object
.
スーパークラスの持つinit(container
メソッドを発動してインデックス指定子のindex
プロパティをobject
に設定してください。