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

appleEvent

If the receiver was constructed by Cocoa scripting's built-in Apple event handling, returns the Apple event descriptor from which it was constructed. そのレシーバがCocoaスクリプティングのもつ組み込みアップルイベント処理によって組み立てられたならば、それからそれが組み立てられたアップルイベント記述子を返します。

Declaration 宣言

@NSCopying var appleEvent: NSAppleEventDescriptor? { get }

Discussion 議論

The effects of mutating or retaining this descriptor are undefined, although it may be copied. この記述子のミューテート(変異)やリテイン(保持)の効果は未定義です、だけれどもそれはおそらくコピーされるでしょう。