- writeProperty:forKey:
Sets the property of the receiver’s resource for a specified key to the specified value.
指定されたキーに対するレシーバのもつリソースのプロパティを、この指定された値に設定します。
Deprecated 非推奨
Use NSURLConnection
or NSURLDownload
instead; see URL Loading System.
NSURLConnection
またはNSURLDownload
を代わりに使ってください;URLローディングシステムを見てください。
Availability 有効性
Technology
- (id)propertyForKeyIfAvailable:(NSString
*)propertyKey;
propertyKey
The key of the desired property. 求めるプロパティのキー。
The value associated with property
. Returns nil
if there is no such key or if the client would have to do work to fetch the property.
property
と結び付けられた値。nil
を返します、もしそのようなキーがないまたはもしクライアントがプロパティを取ってくる仕事をしなければならないならば。
- writeProperty:forKey: