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

eventClass

The event class for the receiver. レシーバに対するイベントクラス。

Declaration 宣言

@property(readonly) AEEventClass eventClass;

Discussion 議論

The event class (a four-character code) for the receiver, or 0 if an error occurs. レシーバに対するイベントクラス(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, most events in the Standard suite have the four-character code 'core' (defined as the constant kAECoreSuite in AE.framework, a subframework of ApplicationServices.framework). For more information on event classes and event IDs, see Building an Apple Event in Apple Events Programming Guide. レシーバは、ひとつのアップルイベントでなければなりません。あるアップルイベントは、イベントクラスとイベントID、32bit整数として格納される4文字コードのペアによって識別されます。例えば、Standardスイートの中のほとんどのイベントは、4文字コードの'core'ApplicationServices.frameworkの下位フレームワークAE.frameworkにおいて定数kAECoreSuiteとして定義されるもの)を持ちます。イベントクラスとイベントIDに関するさらなる情報として、「Building an Apple Event」をApple Events Programming Guideで見てください。

See Also 参照

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