Instance Method
インスタンスメソッド
appleEventCodeForKey:
Returns the Apple event code for the specified attribute or relationship in the receiver.
レシーバにおける指定された属性またはリレーションシップに対するアップルイベントコードを返します。
Parameters
パラメータ
key
The identifying key for an attribute or relationship of the receiver.
レシーバのある属性またはリレーションシップに対する識別キー。
Return Value
戻り値
The four-character Apple event code associated with the attribute or relationship identified by key
in the receiver or, if none exists, in the class description for the receiver’s superclass. Returns 0
if no such attribute or relationship is found.
レシーバにおいてまたは、存在しないならば、レシーバのもつスーパークラスに対するクラス記述において、key
によって識別される属性またはリレーションシップと結び付けられる4文字アップルイベントコード。0
を返します、もしそのような属性またはリレーションシップが見つけられないならば。
See Also
参照
Getting and comparing Apple event codes
アップルイベントコードの取得と比較
appleEventCode
Returns the Apple event code associated with the receiver’s class.
レシーバのもつクラスと結び付けられるアップルイベントコードを返します。
- matchesAppleEventCode:
Returns a Boolean value indicating whether a primary or secondary Apple event code in the receiver matches the passed code.
あるブール値を返します、レシーバでの一次または二次アップルイベントコードがこの渡されたコードと合致するかどうかを指し示します。