Initializer

init(containerClassDescription:containerSpecifier:key:)

Returns an NSScriptObjectSpecifier object initialized with the given attributes. NSScriptObjectSpecifierオブジェクトを返します、いくらかの与えられた属性で初期化されます。

Declaration 宣言

init(containerClassDescription classDesc: NSScriptClassDescription, 
containerSpecifier container: NSScriptObjectSpecifier?, 
 key property: String)

Return Value 戻り値

An NSScriptObjectSpecifier object initialized with container specifier specifier, key key, and the class description of the object specifier classDescription, derived from the value of the specifier’s key. あるNSScriptObjectSpecifierオブジェクトで、指定子のもつキーの値から引き出される、コンテナ指定子specifier、キーkey、そしてオブジェクト指定子classDescriptionのクラス記述で初期化されます。

Discussion 議論

You should never pass nil for the value of classDescription. The receiver’s child reference is set to nil. あなたは、決してnilclassDescriptionの値として渡すべきではありません。レシーバのもつ子参照は、nilに設定されます。

This is the designated initializer for NSScriptObjectSpecifier. これは、NSScriptObjectSpecifierに対する指定イニシャライザです。

See Also 参照

Initializing an object specifier オブジェクト指定子を初期化する