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

appleEventClassCode

Returns the four-character code for the Apple event class of the receiver’s command. レシーバのもつコマンドのアップルイベントクラスに対する4文字コードを返します。

Declaration 宣言

var appleEventClassCode: FourCharCode { get }

Return Value 戻り値

The Apple event code associated with the receiver’s command. This is the primary code used to identify the command in Apple events. レシーバのもつコマンドと結び付けられるアップルイベントコード。これは、アップルイベントにおいてコマンドを識別するために使われる一次コードです。

Discussion 議論

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 appleEventCode to obtain the event ID. スクリプトコマンドを指定するアップルイベントにおいて、2つの4文字コード — イベントクラスとイベントID — は、一緒にコマンドを識別します。あなたは、このメソッドを使ってイベントクラスを入手します。あなたは、appleEventCodeを使ってイベント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 appleEventCode together specify the necessary information for identifying and dispatching an Apple event. 例えば、AppleScriptのもつCoreスイートの中のコマンド,例えばclonecount、そしてcreateは、'core'のイベントクラスコードを持ちます。このappleEventCodeによって返されるコードとイベントIDコードは、連れ立ってアップルイベントを識別して発送するのに必要な情報を指定します。

See Also 参照

Getting Basic Information About the Command コマンドについての基本情報を取得する