NSExpression.FromFunction Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FromFunction(NSExpressionCallbackHandler, NSExpression[]) | |
FromFunction(NSExpressionHandler, NSExpression[]) |
Obsolète.
Expression créée en exécutant la cible NSExpressionHandler spécifiée avec les paramètres spécifiés. |
FromFunction(String, NSExpression[]) | |
FromFunction(NSExpression, String, NSExpression[]) |
FromFunction(NSExpressionCallbackHandler, NSExpression[])
[Foundation.Export("expressionForBlock:arguments:")]
public static Foundation.NSExpression FromFunction (Foundation.NSExpressionCallbackHandler target, Foundation.NSExpression[] parameters);
static member FromFunction : Foundation.NSExpressionCallbackHandler * Foundation.NSExpression[] -> Foundation.NSExpression
Paramètres
- target
- NSExpressionCallbackHandler
- parameters
- NSExpression[]
Retours
- Attributs
S’applique à
FromFunction(NSExpressionHandler, NSExpression[])
Attention
Use 'FromFunction (NSExpressionCallbackHandler, NSExpression[])' instead.
Expression créée en exécutant la cible NSExpressionHandler spécifiée avec les paramètres spécifiés.
[Foundation.Export("expressionForBlock:arguments:")]
[System.Obsolete("Use 'FromFunction (NSExpressionCallbackHandler, NSExpression[])' instead.", false)]
public static Foundation.NSExpression FromFunction (Foundation.NSExpressionHandler target, Foundation.NSExpression[] parameters);
static member FromFunction : Foundation.NSExpressionHandler * Foundation.NSExpression[] -> Foundation.NSExpression
Paramètres
- target
- NSExpressionHandler
- parameters
- NSExpression[]
Retours
- Attributs
S’applique à
FromFunction(String, NSExpression[])
[Foundation.Export("expressionForFunction:arguments:")]
public static Foundation.NSExpression FromFunction (string name, Foundation.NSExpression[] parameters);
static member FromFunction : string * Foundation.NSExpression[] -> Foundation.NSExpression
Paramètres
- name
- String
- parameters
- NSExpression[]
Retours
- Attributs
S’applique à
FromFunction(NSExpression, String, NSExpression[])
[Foundation.Export("expressionForFunction:selectorName:arguments:")]
public static Foundation.NSExpression FromFunction (Foundation.NSExpression target, string name, Foundation.NSExpression[] parameters);
static member FromFunction : Foundation.NSExpression * string * Foundation.NSExpression[] -> Foundation.NSExpression
Paramètres
- target
- NSExpression
- name
- String
- parameters
- NSExpression[]
Retours
- Attributs