Description for the container of the collection. コレクションのコンテナに対する説明。
Instance Method
インスタンスメソッド
init
initWithContainerClassDescription: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 宣言
- (instancetype)initWithContainerClassDescription:(NSScriptClassDescription
*)classDesc
containerSpecifier:(NSScriptObjectSpecifier
*)container
key:(NSString
*)property
index:(NSInteger
)index;
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
method and sets the index
property of the index specifier to object
.
スーパークラスの持つinit
メソッドを発動してインデックス指定子のindex
プロパティをobject
に設定してください。