- attributeDescriptorForKeyword:
eventID
- paramDescriptorForKeyword:
- removeParamDescriptorWithKeyword:
returnID
- setAttributeDescriptor:forKeyword:
- setParamDescriptor:forKeyword:
transactionID
Availability 有効性
Technology
@property(readonly) AEEventClass
eventClass;
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 k
in AE
, a subframework of Application
). 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'
(Application
の下位フレームワークAE
において定数k
として定義されるもの)を持ちます。イベントクラスとイベントIDに関するさらなる情報として、「Building an Apple Event」をApple Events Programming Guideで見てください。
- attributeDescriptorForKeyword:
eventID
- paramDescriptorForKeyword:
- removeParamDescriptorWithKeyword:
returnID
- setAttributeDescriptor:forKeyword:
- setParamDescriptor:forKeyword:
transactionID