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

hasPropertyForKey:

Returns a Boolean value indicating whether the described class has a property identified by the specified key. あるブール値を返します、記述されたクラスがこの指定されたキーによって識別されるプロパティを持つかどうかを指し示しています。

Declaration 宣言

- (BOOL)hasPropertyForKey:(NSString *)key;

Parameters パラメータ

key

The identifying key for a property of the receiver. レシーバのプロパティに対する識別キー。

Return Value 戻り値

YES if the described class has a property identified by the specified key; otherwise, NO. YES、もし記述されるクラスが指定されたキーによって識別されるプロパティを持つならば;そうでなければNO

See Also 参照

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