Instance Property
インスタンスプロパティ
appleEventCode
Returns the Apple event code associated with the receiver’s class.
レシーバのもつクラスと結び付けられるアップルイベントコードを返します。
Return Value
戻り値
The Apple event code associated with the receiver’s class. This is the primary code used to identify the class in Apple events.
レシーバのもつクラスと結び付けられるアップルイベントコード。これは、アップルイベントにおいてクラスを識別するために使われる一次コードです。
See Also
参照
Getting and comparing Apple event codes
アップルイベントコードの取得と比較
- appleEventCodeForKey:
Returns the Apple event code for the specified attribute or relationship in the receiver.
レシーバにおける指定された属性またはリレーションシップに対するアップルイベントコードを返します。
- matchesAppleEventCode:
Returns a Boolean value indicating whether a primary or secondary Apple event code in the receiver matches the passed code.
あるブール値を返します、レシーバでの一次または二次アップルイベントコードがこの渡されたコードと合致するかどうかを指し示します。