다음을 통해 공유


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

반환

특성

적용 대상