- loadItemForTypeIdentifier:options:completionHandler:
Loads the item’s data and coerces it (as needed) to the specified type.
項目の持つデータをロードして、それを(必要に応じて)指定された型へと強制します。
- loadDataRepresentationForTypeIdentifier:completionHandler:
Asynchronously copies the provided, typed data into an
NSData
object, returning an NSProgress
object.
提供された、型付けされたデータをNSData
オブジェクトへと非同期にコピーします、NSProgress
オブジェクトを返します。
- loadFileRepresentationForTypeIdentifier:completionHandler:
Asynchronously writes a copy of the provided, typed data to a temporary file, returning an
NSProgress
object.
提供された、型付けされたデータを一時ファイルへと非同期に書き出します、NSProgress
オブジェクトを返します。
- loadObjectOfClass:completionHandler:
Asynchronously loads an object of a specified class to an item provider, returning an
NSProgress
object.
指定されたクラスのオブジェクトをアイテムプロバイダに非同期にロードします、NSProgress
オブジェクトを返します。