MPMediaItemEnumerator Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The delegate to be used as the enumerator
argument to EnumerateValues(NSSet, MPMediaItemEnumerator).
public delegate void MPMediaItemEnumerator(string property, NSObject value, ref bool stop);
type MPMediaItemEnumerator = delegate of string * NSObject * -> unit
Parameters
- property
- String
The property kind.
- value
- NSObject
The value associated with the property
- stop
- Boolean
Reference value, can be used to stop the enumeration.