MonobjcMonobjc Documented Class Library
NSFileContentsPboardType Field
NamespacesMonobjc.AppKitNSPasteboardNSFileContentsPboardType

A representation of a file’s contents.

The file contents pboard type allowed you to synthesize a pboard type for a file's contents based on the file's extension.

On Mac OS X v10.6 and later, you should use the UTI of a file to represent its contents instead.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSFileContentsPboardType
Public Shared ReadOnly NSFileContentsPboardType As NSString
public:
static initonly NSString^ NSFileContentsPboardType
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)