Return Value 戻り値
An Apple event descriptor of type type
.
型type
のアップルイベント記述子。
Availability 有効性
Technology
@NSCopying var descriptor: NSAppleEventDescriptor
? { get }
An Apple event descriptor of type type
.
型type
のアップルイベント記述子。
If the receiver was created with init(descriptor:)
, the passed-in descriptor is returned. Otherwise, a new descriptor is created and returned, autoreleased.
レシーバがinit(descriptor:)
で作成されたならば、渡された記述子が返されます。そうでなければ、新しい記述子が作成されて返されて、オートリリースされます。