共用方式為


MPMediaPropertyPredicate.PredicateWithValue 方法

定義

多載

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

參數

value
NSObject

即將加入。

這個參數可以是 null

property
String

傳回

屬性

適用於

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

參數

value
NSObject

即將加入。

這個參數可以是 null

property
String

傳回

屬性

適用於