UIDocument.PerformAsynchronousFileAccess(Action) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行非同步檔案存取動作。
[Foundation.Export("performAsynchronousFileAccessUsingBlock:")]
public virtual void PerformAsynchronousFileAccess (Action action);
abstract member PerformAsynchronousFileAccess : Action -> unit
override this.PerformAsynchronousFileAccess : Action -> unit
參數
- action
- Action
要實作的存取動作。
- 屬性
備註
這可從背景執行緒使用。