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