次の方法で共有


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

戻り値

属性

適用対象