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

hasItemConformingToTypeIdentifier:

A convenience method equivalent to the hasRepresentationConformingToTypeIdentifier:fileOptions: method, but with the fileOptions parameter set to a value of 0. 便宜メソッドはhasRepresentationConformingToTypeIdentifier:fileOptions:メソッドと同等です、しかしfileOptionsパラメータは0の値に設定された状態です。

Declaration 宣言

- (BOOL)hasItemConformingToTypeIdentifier:(NSString *)typeIdentifier;

Parameters パラメータ

typeIdentifier

A string that represents the desired UTI. 望むUTIを表す文字列。

See Also 参照

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