MonobjcMonobjc Documented Class Library
TextTypes Method
NamespacesMonobjc.AppKitNSAttributedString_AppKitAdditionsTextTypes()()()()

Returns an array of UTI strings identifying the file types supported by the receiver, either directly or through a user-installed filter service.

Original signature is '+ (NSArray *)textTypes'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray TextTypes()
Public Shared Function TextTypes As NSArray
public:
static NSArray^ TextTypes()
Return Value
An array of NSString objects, each of which contains a UTI identifying a supported file type.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)