IDataObject Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject.
public interface class IDataObject
public interface class IDataObject
__interface IDataObject
[System.Runtime.InteropServices.Guid("0000010E-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDataObject
[System.Runtime.InteropServices.Guid("0000010E-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDataObject
[<System.Runtime.InteropServices.Guid("0000010E-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDataObject = interface
[<System.Runtime.InteropServices.Guid("0000010E-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDataObject = interface
Public Interface IDataObject
- Derivato
- Attributi
Metodi
DAdvise(FORMATETC[], UInt32, IAdviseSink, UInt32) |
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject. |
DUnadvise(UInt32) |
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject. |
EnumDAdvise(IEnumSTATDATA) |
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject. |
EnumFormatEtc(UInt32, IEnumFORMATETC) |
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject. |
GetCanonicalFormatEtc(FORMATETC[], FORMATETC[]) |
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject. |
GetData(FORMATETC[], STGMEDIUM[]) |
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject. |
GetDataHere(FORMATETC[], STGMEDIUM[]) |
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject. |
QueryGetData(FORMATETC[]) |
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject. |
SetData(FORMATETC[], STGMEDIUM[], Int32) |
Consente il trasferimento e la notifica delle modifiche apportate ai dati. Per altre informazioni, vedere IDataObject. |