- hasOrderedToManyRelationshipForKey:
- hasPropertyForKey:
- hasReadablePropertyForKey:
- hasWritablePropertyForKey:
- isReadOnlyKey:
- typeForKey:
Availability 有効性
Technology
- (NSString
*)keyWithAppleEventCode:(FourCharCode
)appleEventCode;
appleEventCode
An Apple event code that identifies a property or element class. プロパティまたは要素クラスを識別するアップルイベントコード。
The key that corresponds to the property or element class identified by apple
in the receiver or, if none exists, in a class description in the receiver’s superclasses.
レシーバにおいてまたは、もし存在しないならば、レシーパのもつスーパークラスのうちのあるクラス記述において、apple
によって識別されるプロパティまたは要素クラスに対応するキー。
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
を返します、もしそれがそのような属性またはリレーションシップを見つけることが出来ないならば。
- hasOrderedToManyRelationshipForKey:
- hasPropertyForKey:
- hasReadablePropertyForKey:
- hasWritablePropertyForKey:
- isReadOnlyKey:
- typeForKey: