Instance Method インスタンスメソッド

hasRepresentationConforming(toTypeIdentifier:fileOptions:)

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)にそして指定された「その場で開く」挙動に準拠するデータ表現を含むかどうかを指し示すブール値を返します。

Declaration 宣言

func hasRepresentationConforming(toTypeIdentifier typeIdentifier: String, 
                     fileOptions: NSItemProviderFileOptions = []) -> Bool

Discussion 議論

To check all registered UTIs for type conformance, pass the value 0 in the fileOptions parameter. 全ての登録されたUTIを型準拠について確認するには、値0fileOptionsパラメータにおいて渡してください。

See Also 参照

Querying the Provider’s Contents プロバイダーのもつ内容について尋ねる