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 リソースプロパティの設定および取得