MonobjcMonobjc Documented Class Library
SoundUnfilteredPasteboardTypes Property
NamespacesMonobjc.AppKitNSSoundSoundUnfilteredPasteboardTypes

Provides a list of the pasteboard types that the NSSound class can accept. (Deprecated in Mac OS X v10.5. Use soundUnfilteredTypes.)

Original signature is '+ (NSArray *)soundUnfilteredPasteboardTypes'

Available in Mac OS X v10.0 and later.

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