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

eventID

The event ID for the receiver. レシーバに対するイベントID。

Declaration 宣言

var eventID: AEEventID { get }

Discussion 議論

The event ID (a four-character code) for the receiver, or 0 if an error occurs. レシーバに対するイベントID(4文字コード)、またはエラーが起こるならば0。

The receiver must be an Apple event. An Apple event is identified by its event class and event ID, a pair of four-character codes stored as 32-bit integers. For example, the open Apple event from the Standard suite has the four-character code 'odoc' (defined as the constant kAEOpen in AE.framework, a subframework of ApplicationServices.framework). レシーバは、ひとつのアップルイベントでなければなりません。あるアップルイベントは、イベントクラスとイベントID、32bit整数として格納される4文字コードのペアによって識別されます。例えば、Standardスイートのopenアップルイベントは、4文字コードの'odoc'(定数kAEOpenとしてAE.frameworkApplicationServices.frameworkの下位フレームワーク、において定義されるもの)を持ちます。

See Also 参照

Working With Apple Event Descriptors アップルイベント記述子を扱う