NSPredicate.EvaluateWithObject Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
EvaluateWithObject(NSObject, NSDictionary) | |
EvaluateWithObject(NSObject) |
EvaluateWithObject(NSObject, NSDictionary)
[Foundation.Export("evaluateWithObject:substitutionVariables:")]
public virtual bool EvaluateWithObject (Foundation.NSObject obj, Foundation.NSDictionary substitutionVariables);
abstract member EvaluateWithObject : Foundation.NSObject * Foundation.NSDictionary -> bool
override this.EvaluateWithObject : Foundation.NSObject * Foundation.NSDictionary -> bool
Parameter
- obj
- NSObject
- substitutionVariables
- NSDictionary
Gibt zurück
- Attribute
Gilt für:
EvaluateWithObject(NSObject)
[Foundation.Export("evaluateWithObject:")]
public virtual bool EvaluateWithObject (Foundation.NSObject obj);
abstract member EvaluateWithObject : Foundation.NSObject -> bool
override this.EvaluateWithObject : Foundation.NSObject -> bool
Parameter
- obj
- NSObject
Gibt zurück
- Attribute