NSFileProviderExtension.ProvidePlaceholderAtUrlAsync(NSUrl) 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.
public virtual System.Threading.Tasks.Task ProvidePlaceholderAtUrlAsync (Foundation.NSUrl url);
abstract member ProvidePlaceholderAtUrlAsync : Foundation.NSUrl -> System.Threading.Tasks.Task
override this.ProvidePlaceholderAtUrlAsync : Foundation.NSUrl -> System.Threading.Tasks.Task
Parameters
- url
- NSUrl
The shared document's URL.
Returns
A task that represents the asynchronous ProvidePlaceholderAtUrl operation
Remarks
This can be used from a background thread.