appleEventCode
commandClassName
commandName
suiteName
Availability 有効性
Technology
@property(readonly) FourCharCode
appleEventClassCode;
The Apple event code associated with the receiver’s command. This is the primary code used to identify the command in Apple events. レシーバのもつコマンドと結び付けられるアップルイベントコード。これは、アップルイベントにおいてコマンドを識別するために使われる一次コードです。
In an Apple event that specifies a script command, two four character codes—the event class and event ID—together identify the command. You use this method to obtain the event class. You use apple
to obtain the event ID.
スクリプトコマンドを指定するアップルイベントにおいて、2つの4文字コード — イベントクラスとイベントID — は、一緒にコマンドを識別します。あなたは、このメソッドを使ってイベントクラスを入手します。あなたは、apple
を使ってイベントIDを入手します。
For example, commands in AppleScript’s Core suite, such as clone
, count
, and create
, have an event class code of 'core'
. This code and the event ID code returned by apple
together specify the necessary information for identifying and dispatching an Apple event.
例えば、AppleScriptのもつCoreスイートの中のコマンド,例えばclone
、count
、そしてcreate
は、'core'
のイベントクラスコードを持ちます。このapple
によって返されるコードとイベントIDコードは、連れ立ってアップルイベントを識別して発送するのに必要な情報を指定します。
appleEventCode
commandClassName
commandName
suiteName