共用方式為


UIDocument.PerformAsynchronousFileAccess(Action) 方法

定義

執行非同步檔案存取動作。

[Foundation.Export("performAsynchronousFileAccessUsingBlock:")]
public virtual void PerformAsynchronousFileAccess (Action action);
abstract member PerformAsynchronousFileAccess : Action -> unit
override this.PerformAsynchronousFileAccess : Action -> unit

參數

action
Action

要實作的存取動作。

屬性

備註

這可從背景執行緒使用。

適用於