Compartir a través de


MPMediaPropertyPredicate.PredicateWithValue Método

Definición

Sobrecargas

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

Parámetros

value
NSObject

Se agregará.

Este parámetro puede ser null.

property
String

Devoluciones

Atributos

Se aplica a

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

Parámetros

value
NSObject

Se agregará.

Este parámetro puede ser null.

property
String

Devoluciones

Atributos

Se aplica a