MonobjcMonobjc Documented Class Library
TextUnfilteredPasteboardTypes Property
NamespacesMonobjc.AppKitNSAttributedString_AppKitAdditionsTextUnfilteredPasteboardTypes

Returns an array of pasteboard types that can be loaded as text. (Deprecated in Mac OS X v10.5. Use textUnfilteredTypes instead.)

Original signature is '+ (NSArray *)textUnfilteredPasteboardTypes'

Available in Mac OS X v10.1 and later.

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