DataFormats.OemText Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the standard Windows original equipment manufacturer (OEM) text format. This static
field is read-only.
public: static initonly System::String ^ OemText;
public static readonly string OemText;
staticval mutable OemText : string
Public Shared ReadOnly OemText As String
Field Value
Remarks
This field is used by the IDataObject interface and the DataObject class to specify the data type.
When adding to an IDataObject or to an implementation of DataObject, use this field as the format for the IDataObject.SetData and DataObject.SetData methods.
To see if an object of this type exists, use this field as the format for the IDataObject.GetDataPresent and DataObject.GetDataPresent methods.
To get an object of this type, use this as the format for the IDataObject.GetData and DataObject.GetData methods.