次の方法で共有


UIDocument.PerformAsynchronousFileAccess(Action) メソッド

定義

非同期ファイル アクセス アクションを実行します。

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

パラメーター

action
Action

実装するアクセス アクション。

属性

注釈

これは、バックグラウンド スレッドから使用できます。

適用対象