Initializer

init(containerSpecifier:key:)

Returns an NSScriptObjectSpecifier object initialized with a given container specifier and key.

Declaration 宣言

convenience init(containerSpecifier container: NSScriptObjectSpecifier, 
             key property: String)

Return Value 戻り値

An NSScriptObjectSpecifier object initialized with container specifier specifier and key key.

Discussion 議論

The class description of the container is set automatically. コンテナのクラス記述は、自動的に設定されます。

See Also 参照

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