INSFileProviderIncrementalContentFetching.FetchContents Method
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.
[Foundation.Export("fetchContentsForItemWithIdentifier:version:usingExistingContentsAtURL:existingVersion:request:completionHandler:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSProgress FetchContents(string itemIdentifier, FileProvider.NSFileProviderItemVersion? requestedVersion, Foundation.NSUrl existingContents, FileProvider.NSFileProviderItemVersion existingVersion, FileProvider.NSFileProviderRequest request, FileProvider.NSFileProviderFetchContentsCompletionHandler completionHandler);
[<Foundation.Export("fetchContentsForItemWithIdentifier:version:usingExistingContentsAtURL:existingVersion:request:completionHandler:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchContents : string * FileProvider.NSFileProviderItemVersion * Foundation.NSUrl * FileProvider.NSFileProviderItemVersion * FileProvider.NSFileProviderRequest * FileProvider.NSFileProviderFetchContentsCompletionHandler -> Foundation.NSProgress
override this.FetchContents : string * FileProvider.NSFileProviderItemVersion * Foundation.NSUrl * FileProvider.NSFileProviderItemVersion * FileProvider.NSFileProviderRequest * FileProvider.NSFileProviderFetchContentsCompletionHandler -> Foundation.NSProgress
Parameters
- itemIdentifier
- String
- requestedVersion
- NSFileProviderItemVersion
- existingContents
- NSUrl
- existingVersion
- NSFileProviderItemVersion
- request
- NSFileProviderRequest
- completionHandler
- NSFileProviderFetchContentsCompletionHandler
Returns
- Attributes