Instance Property
インスタンスプロパティ
appleEventCode
Returns the four-character code for the Apple event ID of the receiver’s command.
レシーバのもつコマンドのアップルイベントIDに対する4文字コードを返します。
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
コマンドについての基本情報を取得する
appleEventClassCode
Returns the four-character code for the Apple event class of the receiver’s command.
レシーバのもつコマンドのアップルイベントクラスに対する4文字コードを返します。
commandClassName
Returns the name of the class that will be instantiated to handle the command.
コマンドを取り扱うためにインスタンス化されるクラスの名前を返します。
commandName
Returns the name of the command.
コマンドの名前を返します。
suiteName
Returns the name of the suite that contains the command described by the receiver.
レシーバによって記述されるコマンドを含むスイートの名前を返します。
Related Documentation
関連文書