UIDocument.Open(UIOperationHandler) Method

Definition

Asynchronously opens a document.

[Foundation.Export("openWithCompletionHandler:")]
public virtual void Open (UIKit.UIOperationHandler completionHandler);
abstract member Open : UIKit.UIOperationHandler -> unit
override this.Open : UIKit.UIOperationHandler -> unit

Parameters

completionHandler
UIOperationHandler

This parameter can be null.

Attributes

Remarks

This can be used from a background thread.

Applies to