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

appleEventCode

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

Declaration 宣言

var appleEventCode: FourCharCode { get }

Return Value 戻り値

The code for the event ID of the receiver’s command. レシーバのもつコマンドのイベントIDに対するコード。

Discussion 議論

This value of the event ID returned by this method, together with the event class code returned by appleEventClassCode, specifies the necessary information for identifying and dispatching an Apple event. このメソッドによって返されるイベントIDのこの値は、appleEventClassCodeと連れ立って、アップルイベントの識別と発送に必要な情報を指定します。

See Also 参照

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

Related Documentation 関連文書