NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataFormats Members

Public:

Constructor

DataFormats Constructor [To be supplied.]

Methods

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetFormat Overloaded. Gets a DataFormats.Format with the Windows Clipboard numeric ID and name.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Fields

Bitmap Specifies a Windows bitmap format. This field is read-only.
CommaSeparatedValue Specifies a comma-separated value (CSV) format, which is a common interchange format used by spreadsheets. This format is not used directly by WinForms. This field is read-only.
DIB Specifies the Windows Device Independent Bitmap (DIB) format. This field is read-only.
DIF Specifies the Windows data interchange format, which WinForms does not directly use. This field is read-only.
EnhancedMetafile Specifies the Windows enhanced metafile format. This field is read-only.
FileDrop Specifies the Windows file drop format, which WinForms does not directly use. This field is read-only.
HTML Specifies text consisting of HTML data. This field is read-only.
Locale Specifies the Windows locale format, which WinForms does not directly use. This field is read-only.
MetafilePict Specifies the Windows metafile format, which WinForms does not directly use. This field is read-only.
OEMText Specifies the standard Windows original equipment manufacturer (OEM) text format. This field is read-only.
Palette Specifies the Windows palette format. This field is read-only.
PenData Specifies the Windows pen data format, which consist of pen strokes for handwriting software; WinForms does not use this format. This field is read-only.
RIFF Specifies the Resource Interchange File Format (RIFF) audio format, which WinForms does not directly use. This field is read-only.
RTF Specifies text consisting of Microsoft RTF data. This field is read-only.
Serializable Specifies a format that encapsulates any type of WinForms object. This field is read-only.
StringFormat Specifies the WinForms string class format, which WinForms uses to store string objects. This field is read-only.
SymbolicLink Specifies the Windows symbolic link format, which WinForms does not directly use. This field is read-only.
Text Specifies the standard ANSI text format. This field is read-only.
TIFF Specifies the Tagged Image File Format (TIFF), which WinForms does not directly use. This field is read-only.
UnicodeText Specifies the standard Windows Unicode text format. This field is read-only.
WaveAudio Specifies the wave audio format, which WinForms does not directly use. This field is read-only.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DataFormats Class | System.WinForms Namespace