ITLibMediaEntityEnumerateValuesHandler 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.
public delegate void ITLibMediaEntityEnumerateValuesHandler(NSString property, NSObject value, out bool stop);
type ITLibMediaEntityEnumerateValuesHandler = delegate of NSString * NSObject * -> unit
Parameters
- property
- NSString
- value
- NSObject
- stop
- Boolean