NSExpression.FromFunction Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
FromFunction(NSExpressionCallbackHandler, NSExpression[]) | |
FromFunction(NSExpressionHandler, NSExpression[]) |
Obsoleto.
Uma expressão criada executando o destino NSExpressionHandler especificado com os parâmetros especificados. |
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
Parâmetros
- target
- NSExpressionCallbackHandler
- parameters
- NSExpression[]
Retornos
- Atributos
Aplica-se a
FromFunction(NSExpressionHandler, NSExpression[])
Cuidado
Use 'FromFunction (NSExpressionCallbackHandler, NSExpression[])' instead.
Uma expressão criada executando o destino NSExpressionHandler especificado com os parâmetros especificados.
[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
Parâmetros
- target
- NSExpressionHandler
- parameters
- NSExpression[]
Retornos
- Atributos
Aplica-se a
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
Parâmetros
- name
- String
- parameters
- NSExpression[]
Retornos
- Atributos
Aplica-se a
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
Parâmetros
- target
- NSExpression
- name
- String
- parameters
- NSExpression[]
Retornos
- Atributos