次の方法で共有


UIDocument.GetFileAttributesToWrite メソッド

定義

書き込み時または更新時にこの UIDocument に関連付けるファイル属性のディクショナリ。

[Foundation.Export("fileAttributesToWriteToURL:forSaveOperation:error:")]
public virtual Foundation.NSDictionary GetFileAttributesToWrite (Foundation.NSUrl forUrl, UIKit.UIDocumentSaveOperation saveOperation, out Foundation.NSError outError);
abstract member GetFileAttributesToWrite : Foundation.NSUrl * UIKit.UIDocumentSaveOperation *  -> Foundation.NSDictionary
override this.GetFileAttributesToWrite : Foundation.NSUrl * UIKit.UIDocumentSaveOperation *  -> Foundation.NSDictionary

パラメーター

forUrl
NSUrl

ドキュメント ファイルの場所を示す URL。

saveOperation
UIDocumentSaveOperation

これは、ドキュメント ファイルが初めて書き込まれるか上書きされるかを示す定数を表します。

outError
NSError

エラーの戻り値。

戻り値

ファイル属性の NSDictionary。

属性

注釈

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

適用対象