func canLoadObject (ofClass : NSItemProviderReading.Type) -> Bool
Returns a Boolean value indicating whether an item provider can load objects of a given class.
アイテムプロバイダがある与えられたクラスのオブジェクトをロードできるかどうかを指し示すブール値を返します。
func hasRepresentationConforming (toTypeIdentifier : String, fileOptions : NSItemProviderFileOptions) -> Bool
Returns a Boolean value indicating whether an item provider contains a data representation conforming to a specified uniform type identifier (UTI) and to specified open-in-place behavior.
アイテムプロバイダが、ある指定されたuniform type identifier(UTI)にそして指定された「その場で開く」挙動に準拠するデータ表現を含むかどうかを指し示すブール値を返します。
var registeredTypeIdentifiers : [String]
Returns the array of type identifiers for the item provider, listed in the same order in which they were registered.
そのアイテムプロバイダに対する型識別子それらからなる配列を返します、それらが登録されたのと同じ順番で列記します。
func registeredTypeIdentifiers (fileOptions : NSItemProviderFileOptions) -> [String]
Returns an array with a subset of type identifiers for the item provider, according to the specified file options, listed in the same order in which they were registered.
アイテムブロバイダに対する型識別子それらのサブセットを持つ配列を返します、指定されたファイルオプションに従って、それらが登録されたのと同じ順番で列記します。