NSItemProviderLoadHandler 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.
Defines the load handler for use with the RegisterItemForTypeIdentifier(String, NSItemProviderLoadHandler) and SetPreviewImageHandler(NSItemProviderLoadHandler) methods.
public delegate void NSItemProviderLoadHandler(NSItemProviderCompletionHandler completionHandler, Class expectedValueClass, NSDictionary options);
type NSItemProviderLoadHandler = delegate of NSItemProviderCompletionHandler * Class * NSDictionary -> unit
Parameters
- completionHandler
- NSItemProviderCompletionHandler
- expectedValueClass
- Class
- options
- NSDictionary