func canLoadObject (ofClass : NSItemProviderReading.Type) -> Bool
Returns a Boolean value indicating whether an item provider can load objects of a given class.
アイテムプロバイダがある与えられたクラスのオブジェクトをロードできるかどうかを指し示すブール値を返します。
func hasItemConformingToTypeIdentifier (String) -> Bool
A convenience method equivalent to the
hasRepresentationConforming(toTypeIdentifier:fileOptions:)
method, but with the fileOptions
parameter set to a value of 0
.
便宜メソッドはhasRepresentationConforming(toTypeIdentifier:fileOptions:)
メソッドと同等です、しかしfileOptions
パラメータは0
の値に設定された状態です。
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.
アイテムブロバイダに対する型識別子それらのサブセットを持つ配列を返します、指定されたファイルオプションに従って、それらが登録されたのと同じ順番で列記します。