An Apple event descriptor. The descriptor must have the type type
.
アップルイベント記述子。記述子は、型type
を持たなければなりません。
Initializer
init(descriptor:)
Returns a new object specifier for an Apple event descriptor.
アップルイベント記述子に対する新しいオブジェクト指定子を返します。
Availability 有効性
- macOS 10.5+
Technology
- Foundation ファウンデーション
Declaration 宣言
init?(descriptor: NSAppleEventDescriptor
)
Parameters パラメータ
descriptor
Object Specifier Object Specifier
Return Value 戻り値
An object specifier, or nil
if an error occurs.
あるオブジェクト指定子、またはnil
、もしエラーが発生するならば。
Discussion 議論
If object
is invoked and fails during the execution of a script command, information about the error that caused the failure is recorded in [NSScript
.
object
が発動されてスクリプトコマンドの実行の間に失敗するならば、失敗を引き起こしたエラーについての情報は[NSScript
の中に記録されます。