NSMetadataQueryEnumerationCallback 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 used as the callback in calls to EnumerateResultsUsingBlock(NSMetadataQueryEnumerationCallback) and EnumerateResultsWithOptions(NSEnumerationOptions, NSMetadataQueryEnumerationCallback).
public delegate void NSMetadataQueryEnumerationCallback(NSObject result, nuint idx, ref bool stop);
type NSMetadataQueryEnumerationCallback = delegate of NSObject * nuint * -> unit
Parameters
- result
- NSObject
- idx
- System.System.UIntPtr System.unativeint
- stop
- Boolean