NSExpression.FromSubquery(NSExpression, String, NSObject) 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.
Expression qui filtre une variable donnée en appliquant un prédicat, en retournant ceux qui sont évalués comme true.
[Foundation.Export("expressionForSubquery:usingIteratorVariable:predicate:")]
public static Foundation.NSExpression FromSubquery (Foundation.NSExpression expression, string variable, Foundation.NSObject predicate);
static member FromSubquery : Foundation.NSExpression * string * Foundation.NSObject -> Foundation.NSExpression
Paramètres
- expression
- NSExpression
- variable
- String
- predicate
- NSObject
Retours
- Attributs