Instance Method インスタンスメソッド

loadDataRepresentation(forTypeIdentifier:completionHandler:)

Asynchronously copies the provided, typed data into a Data object, returning a Progress object. 提供された、型付けされたデータをDataオブジェクトへと非同期にコピーします、Progressオブジェクトを返します。

Declaration 宣言

func loadDataRepresentation(forTypeIdentifier typeIdentifier: String, 
          completionHandler: @escaping (Data?, Error?) -> Void) -> Progress

Discussion 議論

If the source app provides a folder URL, the Data object contains a zip archive with the folder as its top-level entry. ソースアプリがフォルダURLを提供するならば、Dataオブジェクトはそのフォルダをそれのトップレベルの入り口として持つzipアーカイブを含みます。

See Also 参照

Loading the Provider’s Contents プロバイダーのもつ内容をロードする