func loadItem (forTypeIdentifier : String, options: [AnyHashable : Any]?, completionHandler : NSItemProvider.CompletionHandler?)
Loads the item’s data and coerces it (as needed) to the specified type.
項目の持つデータをロードして、それを(必要に応じて)指定された型へと強制します。
func loadDataRepresentation (forTypeIdentifier : String, completionHandler : (Data?, Error?) -> Void) -> Progress
Asynchronously copies the provided, typed data into a
Data
object, returning a Progress
object.
提供された、型付けされたデータをData
オブジェクトへと非同期にコピーします、Progress
オブジェクトを返します。
func loadInPlaceFileRepresentation (forTypeIdentifier : String, completionHandler : (URL?, Bool, Error?) -> Void) -> Progress
Asynchronously opens a file in place, if doing so is possible, returning a
Progress
object.
ファイルをその場で非同期に開きます、そうすることが可能ならば、Progress
オブジェクトを返します。
func loadObject (ofClass : NSItemProviderReading.Type, completionHandler : (NSItemProviderReading?, Error?) -> Void) -> Progress
Asynchronously loads an object of a specified class to an item provider, returning a
Progress
object.
指定されたクラスのオブジェクトをアイテムプロバイダに非同期にロードします、Progress
オブジェクトを返します。