Share via


NSFileProviderPartialContentFetchingCompletionHandler Delegate

Definition

public delegate void NSFileProviderPartialContentFetchingCompletionHandler(NSUrl fileContents, INSFileProviderItem item, NSRange retrievedRange, NSFileProviderMaterializationFlags flags, NSError error);
type NSFileProviderPartialContentFetchingCompletionHandler = delegate of NSUrl * INSFileProviderItem * NSRange * NSFileProviderMaterializationFlags * NSError -> unit

Parameters

fileContents
NSUrl
retrievedRange
NSRange
error
NSError

Applies to