NSFileProviderExtensionFetchThumbnailsHandler 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.
Delegate for handling a thumbnail fetch operation.
public delegate void NSFileProviderExtensionFetchThumbnailsHandler(NSString identifier, NSData imageData, NSError error);
type NSFileProviderExtensionFetchThumbnailsHandler = delegate of NSString * NSData * NSError -> unit
Parameters
- identifier
- NSString
- imageData
- NSData
- error
- NSError