MonobjcMonobjc Documented Class Library
TextFileTypes Property
NamespacesMonobjc.AppKitNSAttributedString_AppKitAdditionsTextFileTypes

Returns an array of strings representing those file types that can be loaded as text. (Deprecated in Mac OS X v10.5. Use textTypes instead.)

Original signature is '+ (NSArray *)textFileTypes'

Available in Mac OS X v10.1 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.5. Use textTypes instead.")]
public static NSArray TextFileTypes { get; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.5. Use textTypes instead.")> _
Public Shared ReadOnly Property TextFileTypes As NSArray
	Get
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.5. Use textTypes instead.")]
public:
static property NSArray^ TextFileTypes {
	NSArray^ get ();
}
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)