Type Property 型プロパティ

textTypes

An array of UTI strings that identify the file types that attributed strings support, either directly or through a user-installed filter service. 直接にまたはユーザがインストールしたフィルタサービス経由で、属性付き文字列がサポートするファイルタイプを識別するUTI文字列それらからなるある配列。

Declaration 宣言

class var textTypes: [String] { get }

Return Value 戻り値

An array of NSString objects, each of which contains a UTI identifying a supported file type. NSStringオブジェクトいくらかからなる配列、そのそれぞれはサポートされるファイルタイプを識別するUTIを含みます。

Discussion 議論

The returned list includes UTIs all file types supported by the receiver plus those that can be opened by the receiver after being converted by a user-installed filter service. You can use the returned UTI strings with any method that supports UTIs. 返されるリストはいくつかのUTI、レシーバによってサポートされるすべてのファイルタイプ、加えてレシーバによって開かれることがユーザインストールのフィルタサービスによって変換された後に可能なもの、を含みます。あなたは、返されるUTI文字列を、UTIをサポートするあらゆるメソッドで使うことができます。

See Also 参照

Testing String Data Sources 文字列データソースをテストする