NSEnumerateErrorHandler 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.
A delegate that specifies the error handler for use in GetEnumerator(NSUrl, NSString[], NSDirectoryEnumerationOptions, NSEnumerateErrorHandler).
public delegate bool NSEnumerateErrorHandler(NSUrl url, NSError error);
type NSEnumerateErrorHandler = delegate of NSUrl * NSError -> bool
Parameters
- url
- NSUrl
- error
- NSError