NSFileProviderExtension.ProvidePlaceholderAtUrl 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, creates a specified placeholder for a previously defined URL.
[Foundation.Export("providePlaceholderAtURL:completionHandler:")]
public virtual void ProvidePlaceholderAtUrl (Foundation.NSUrl url, Action<Foundation.NSError> completionHandler);
abstract member ProvidePlaceholderAtUrl : Foundation.NSUrl * Action<Foundation.NSError> -> unit
override this.ProvidePlaceholderAtUrl : Foundation.NSUrl * Action<Foundation.NSError> -> unit
Parameters
- url
- NSUrl
The shared document's URL.
An action the system calls subseqent to the creation of a placeholder.
This parameter can be null
.
- Attributes
Remarks
The developer must override this method. This method is called to provide a placeholder for documents that are returned by the Document Picker but that are not locally stored.
This can be used from a background thread.