MPMediaPropertyPredicate.PredicateWithValue 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
PredicateWithValue(NSObject, String) | |
PredicateWithValue(NSObject, String, MPMediaPredicateComparison) |
PredicateWithValue(NSObject, String)
[Foundation.Export("predicateWithValue:forProperty:")]
public static MediaPlayer.MPMediaPropertyPredicate PredicateWithValue (Foundation.NSObject value, string property);
static member PredicateWithValue : Foundation.NSObject * string -> MediaPlayer.MPMediaPropertyPredicate
Parameter
- property
- String
Gibt zurück
- Attribute
Gilt für:
PredicateWithValue(NSObject, String, MPMediaPredicateComparison)
[Foundation.Export("predicateWithValue:forProperty:comparisonType:")]
public static MediaPlayer.MPMediaPropertyPredicate PredicateWithValue (Foundation.NSObject value, string property, MediaPlayer.MPMediaPredicateComparison comparisonType);
static member PredicateWithValue : Foundation.NSObject * string * MediaPlayer.MPMediaPredicateComparison -> MediaPlayer.MPMediaPropertyPredicate
Parameter
- property
- String
- comparisonType
- MPMediaPredicateComparison
Gibt zurück
- Attribute