MPMediaPropertyPredicate.PredicateWithValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- 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
參數
- property
- String
- comparisonType
- MPMediaPredicateComparison
傳回
- 屬性