Instance Method インスタンスメソッド

appleEventCode(forKey:)

Returns the Apple event code for the specified attribute or relationship in the receiver. レシーバにおける指定された属性またはリレーションシップに対するアップルイベントコードを返します。

Declaration 宣言

func appleEventCode(forKey key: String) -> FourCharCode

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 アップルイベントコードの取得と比較