Constant to specify options for writing to a pasteboard, used by writingOptionsForType:pasteboard:.
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public enum NSPasteboardWritingOptions
Public Enumeration NSPasteboardWritingOptions
public enum class NSPasteboardWritingOptions

Member | Description |
---|---|
NSPasteboardWritingPromised | Data for a type with this option will be promised, not immediately written. Available in Mac OS X v10.6 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)