Type Method 型メソッド

expressionForKeyPath:

Creates an expression that invokes the value function with a specified key path. ある式を作成します、それは値関数をある指定されたキーパスで発動します。

Declaration 宣言

+ (NSExpression *)expressionForKeyPath:(NSString *)keyPath;

Parameters パラメータ

keyPath

The key path that the new expression should evaluate. 新しい式が評価するべきキーパス。

Return Value 戻り値

A new expression that invokes valueForKeyPath: with keyPath. ある新しい式、それはvalueForKeyPath:keyPathで発動します。

See Also 参照

Creating an Expression for a Value 式をある値に対して作成する