MPMediaPropertyPredicate.PredicateWithValue 方法

定義

多載

PredicateWithValue(NSObject, String)

C#
[Foundation.Export("predicateWithValue:forProperty:")]
public static MediaPlayer.MPMediaPropertyPredicate PredicateWithValue (Foundation.NSObject value, string property);

參數

value
NSObject

即將加入。

這個參數可以是 null

property
String

傳回

屬性

適用於

Xamarin iOS SDK 12
產品 版本
Xamarin iOS SDK 12

PredicateWithValue(NSObject, String, MPMediaPredicateComparison)

C#
[Foundation.Export("predicateWithValue:forProperty:comparisonType:")]
public static MediaPlayer.MPMediaPropertyPredicate PredicateWithValue (Foundation.NSObject value, string property, MediaPlayer.MPMediaPredicateComparison comparisonType);

參數

value
NSObject

即將加入。

這個參數可以是 null

property
String

傳回

屬性

適用於

Xamarin iOS SDK 12
產品 版本
Xamarin iOS SDK 12