NSExpression.FromMinusSet(NSExpression, NSExpression) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Espressione che sottrae un'espressione che restituisce come raccolta (destra) da un'espressione che restituisce come set (a sinistra).
[Foundation.Export("expressionForMinusSet:with:")]
public static Foundation.NSExpression FromMinusSet (Foundation.NSExpression left, Foundation.NSExpression right);
static member FromMinusSet : Foundation.NSExpression * Foundation.NSExpression -> Foundation.NSExpression
Parametri
- left
- NSExpression
- right
- NSExpression
Restituisce
- Attributi