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
戻り値
- 属性