SettableOleDataObject Class
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.
Represents an OLE-compatible data object.
public ref class SettableOleDataObject : Microsoft::VisualStudio::OLE::Interop::IDataObject
[Windows::Foundation::Metadata::WebHostHidden]
class SettableOleDataObject : Microsoft::VisualStudio::OLE::Interop::IDataObject
public class SettableOleDataObject : Microsoft.VisualStudio.OLE.Interop.IDataObject
type SettableOleDataObject = class
interface IDataObject
Public Class SettableOleDataObject
Implements IDataObject
- Inheritance
-
SettableOleDataObject
- Implements
Constructors
SettableOleDataObject(IDataObject) |
Initializes a new instance of SettableOleDataObject. |
Methods
DAdvise(FORMATETC[], UInt32, IAdviseSink, UInt32) |
Establishes a connection between the data object and the advise sink. |
DUnadvise(UInt32) |
Deletes the advise connection. |
EnumDAdvise(IEnumSTATDATA) |
Gets an object that can be used to enumerate advise connections. |
EnumFormatEtc(UInt32, IEnumFORMATETC) |
Gets an object that allows you to enumerate the formats supported by the data object. |
GetCanonicalFormatEtc(FORMATETC[], FORMATETC[]) |
Gets an alternate FORMATETC object. |
GetData(FORMATETC[], STGMEDIUM[]) |
Gets an alternate FORMATETC object. |
GetDataHere(FORMATETC[], STGMEDIUM[]) |
Gets data from a source data object. |
QueryGetData(FORMATETC[]) |
Determines whether the data object is capable of rendering the data as specified. |
SetData(FORMATETC[], STGMEDIUM[], Int32) |
Transfers data. |