- 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
オブジェクトを返します。
- loadInPlaceFileRepresentationForTypeIdentifier:completionHandler:
Asynchronously opens a file in place, if doing so is possible, returning an
NSProgress
object.
ファイルをその場で非同期に開きます、そうすることが可能ならば、NSProgress
オブジェクトを返します。
- loadObjectOfClass:completionHandler:
Asynchronously loads an object of a specified class to an item provider, returning an
NSProgress
object.
指定されたクラスのオブジェクトをアイテムプロバイダに非同期にロードします、NSProgress
オブジェクトを返します。