Instance Property インスタンスプロパティ

descriptor

Returns an Apple event descriptor that represents the receiver. レシーバを表すアップルイベント記述子を返します。

Declaration 宣言

@property(nullable, readonly, copy) NSAppleEventDescriptor *descriptor;

Return Value 戻り値

An Apple event descriptor of type typeObjectSpecifier. typeObjectSpecifierのアップルイベント記述子。

Discussion 議論

If the receiver was created with objectSpecifierWithDescriptor:, the passed-in descriptor is returned. Otherwise, a new descriptor is created and returned, autoreleased. レシーバがobjectSpecifierWithDescriptor:で作成されたならば、渡された記述子が返されます。そうでなければ、新しい記述子が作成されて返されて、オートリリースされます。