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

key(withAppleEventCode:)

Given an Apple event code that identifies a property or element class, returns the key for the corresponding attribute, one-to-one relationship, or one-to-many relationship. プロパティまたは要素クラスを識別するアップルイベントコードを与えられて、対応する属性、一対一関係、または対多関係に対するキーを返します。

Declaration 宣言

func key(withAppleEventCode appleEventCode: FourCharCode) -> String?

Parameters パラメータ

appleEventCode

An Apple event code that identifies a property or element class. プロパティまたは要素クラスを識別するアップルイベントコード。

Return Value 戻り値

The key that corresponds to the property or element class identified by appleEventCode in the receiver or, if none exists, in a class description in the receiver’s superclasses. レシーバにおいてまたは、もし存在しないならば、レシーパのもつスーパークラスのうちのあるクラス記述において、appleEventCodeによって識別されるプロパティまたは要素クラスに対応するキー。

The four-character Apple event code associated with the attribute or relationship identified by key Returns 0 if no such attribute or relationship is found. Returns nil if it cannot find any such attribute or relationship. keyによって識別される属性またはリレーションシップと結び付けられる4文字アップルイベントコード。0を返します、もしそのような属性またはリレーションシップが見つけられないならば。nilを返します、もしそれがそのような属性またはリレーションシップを見つけることが出来ないならば。

See Also 参照

Getting attribute and relationship information 属性およびリレーションシップ情報を取得する

Related Documentation 関連文書