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

propertyForKey:

Returns the specified property of the receiver’s resource. レシーバのもつリソースのこの指定されたプロパティを返します。

Declaration 宣言

- (id)propertyForKey:(NSString *)propertyKey;

Parameters パラメータ

propertyKey

The key of the desired property. 求めるプロパティのキー。

Return Value 戻り値

The value of the property of the receiver's resource for the provided key. Returns nil if there is no such key. 提供されたキーに対する、レシーバのもつリソースのプロパティの値。nilを返します、もしそのようなキーがないならば。

See Also 参照

Deprecated 非推奨