NSExpression.FromSubquery(NSExpression, String, NSObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
套用述詞來篩選指定變數的運算式,傳回評估為 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
參數
- expression
- NSExpression
- variable
- String
- predicate
- NSObject
傳回
- 屬性