NSFileProviderExtension.StartProvidingItemAtUrl 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.
When implemented by the developer, supplies an actual file on a disk in place of a placeholder.
[Foundation.Export("startProvidingItemAtURL:completionHandler:")]
public virtual void StartProvidingItemAtUrl (Foundation.NSUrl url, Action<Foundation.NSError> completionHandler);
abstract member StartProvidingItemAtUrl : Foundation.NSUrl * Action<Foundation.NSError> -> unit
override this.StartProvidingItemAtUrl : Foundation.NSUrl * Action<Foundation.NSError> -> unit
Parameters
- url
- NSUrl
The shared document's URL.
An action the system calls when the refernced file becomes available.
This parameter can be null
.
- Attributes
Remarks
You have to override this method. Do not call super in an implementation.
This can be used from a background thread.