Instance Method
インスタンスメソッド
matchesAppleEventCode:
Returns a Boolean value indicating whether a primary or secondary Apple event code in the receiver matches the passed code.
あるブール値を返します、レシーバでの一次または二次アップルイベントコードがこの渡されたコードと合致するかどうかを指し示します。
Parameters
パラメータ
appleEventCode
An Apple event code to compare against the receiver’s primary or secondary codes.
レシーバのもつ一次または二次コードと比較されることになるアップルイベントコード。
Return Value
戻り値
YES
if the receiver’s primary four-character Apple event code or any of its secondary codes (its synonyms) matches code
; otherwise, NO
.
YES
、もしレシーバのもつ一次の4文字アップルイベントコードまたはそれの二次コード(それの同義語)のどれかがcode
に合致するならば;そうでなければNO
。
See Also
参照
Getting and comparing Apple event codes
アップルイベントコードの取得と比較
appleEventCode
Returns the Apple event code associated with the receiver’s class.
レシーバのもつクラスと結び付けられるアップルイベントコードを返します。
- appleEventCodeForKey:
Returns the Apple event code for the specified attribute or relationship in the receiver.
レシーバにおける指定された属性またはリレーションシップに対するアップルイベントコードを返します。