NSFileProviderExtension.ProvidePlaceholderAtUrlAsync(NSUrl) Method

Definition

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.

Applies to