- propertyForKeyIfAvailable:
Returns the property for the specified key only if the value is already available; that is, the client doesn’t need to do any work.
指定されたキーに対するプロパティを返します、値が既に利用可能である場合にのみ;すなわち、クライアントが何らかの作業を行う必要はありません。
Deprecated 非推奨
Use NSURLConnection
or NSURLDownload
instead; see URL Loading System.
NSURLConnection
またはNSURLDownload
を代わりに使ってください;URLローディングシステムを見てください。
Availability 有効性
Technology
- (BOOL)writeProperty:(id)propertyValue
forKey:(NSString
*)propertyKey;
propertyValue
The new value for the property. このプロパティに対する新しい値。
propertyKey
The key of the desired property. 求めるプロパティのキー。
YES
if the modification was successful, NO
otherwise.
修正が成功したならばYES
、そうでないならばNO
。
Must be overridden by subclasses. サブクラスによってオーバーライドされなければなりません。
- propertyForKeyIfAvailable: