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

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. 指定されたキーに対するプロパティを返します、値が既に利用可能である場合にのみ;すなわち、クライアントが何らかの作業を行う必要はありません。

Declaration 宣言

- (id)propertyForKeyIfAvailable:(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 or if the client would have to do work to fetch the property. propertyKeyと結び付けられた値。nilを返します、もしそのようなキーがないまたはもしクライアントがプロパティを取ってくる仕事をしなければならないならば。

See Also 参照

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