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
の値に設定された状態です。
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.
アイテムブロバイダに対する型識別子それらのサブセットを持つ配列を返します、指定されたファイルオプションに従って、それらが登録されたのと同じ順番で列記します。