The uniform type identifier (UTI) identifying the type of data to load. ロードすることになるデータの型を識別するユニホーム型識別子(UTI)。
Instance Method
インスタンスメソッド
load
loadData(withTypeIdentifier:forItemProviderCompletionHandler:)
Loads data of a particular type, identified by the given UTI.
与えられたUTIによって識別される、ある特定の型のデータをロードします。
Availability 有効性
- iOS 11.0+
- iPadOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
- watchOS 4.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Parameters パラメータ
typeIdentifier
completionHandler
The handler that's called after the data is loaded. データがロードされた後に呼び出されるハンドラ。
Return Value 戻り値
The progress of the data load process. データのロード過程の進捗。
Discussion 議論
When the system calls this method, the type
parameter is set to one of the elements in the writable
array.
システムがこのメソッドを呼び出す時、type
パラメータはwritable
配列の中の要素の1つへと設定されます。