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

writeProperty:forKey:

Sets the property of the receiver’s resource for a specified key to the specified value. 指定されたキーに対するレシーバのもつリソースのプロパティを、この指定された値に設定します。

Declaration 宣言

- (BOOL)writeProperty:(id)propertyValue 
               forKey:(NSString *)propertyKey;

Parameters パラメータ

propertyValue

The new value for the property. このプロパティに対する新しい値。

propertyKey

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

Return Value 戻り値

YES if the modification was successful, NO otherwise. 修正が成功したならばYES、そうでないならばNO

Discussion 議論

Must be overridden by subclasses. サブクラスによってオーバーライドされなければなりません。

See Also 参照

Setting and getting resource properties リソースプロパティの設定および取得