Initializer

init(descriptor:)

Returns a new object specifier for an Apple event descriptor. アップルイベント記述子に対する新しいオブジェクト指定子を返します。

Declaration 宣言

init?(descriptor: NSAppleEventDescriptor)

Parameters パラメータ

descriptor

An Apple event descriptor. The descriptor must have the type typeObjectSpecifier. アップルイベント記述子。記述子は、型typeObjectSpecifierを持たなければなりません。

Return Value 戻り値

An object specifier, or nil if an error occurs. あるオブジェクト指定子、またはnil、もしエラーが発生するならば。

Discussion 議論

If objectSpecifierWithDescriptor: is invoked and fails during the execution of a script command, information about the error that caused the failure is recorded in [NSScriptCommand currentCommand]. objectSpecifierWithDescriptor:が発動されてスクリプトコマンドの実行の間に失敗するならば、失敗を引き起こしたエラーについての情報は[NSScriptCommand currentCommand]の中に記録されます。

See Also 参照

Related Documentation 関連文書