Instance Method
インスタンスメソッド
propertyForKey:
Returns the property for the specified key.
指定されたキーに対するプロパティを返します。
Declaration
宣言
- (id)propertyForKey:(NSString
*)propertyKey;
Parameters
パラメータ
propertyKey
The key of the desired property.
求めるプロパティのキー。
Return Value
戻り値
The value associated with propertyKey
. Returns nil
if there is no such key.
propertyKey
と結び付けられた値。nil
を返します、もしそのようなキーがないならば。
Discussion
議論
Subclasses of NSURLHandle must override this method.
NSURLHandleのサブクラスは、このメソッドをオーバーライドしなければなりません。
See Also
参照
Setting and getting resource properties
リソースプロパティの設定および取得
- 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
非推奨
- writeProperty:forKey:
Sets the property of the receiver’s resource for a specified key to the specified value.
指定されたキーに対するレシーバのもつリソースのプロパティを、この指定された値に設定します。
Deprecated
非推奨