Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables transfer and notification of changes in data. For more information, see IDataObject.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000010E-0000-0000-C000-000000000046")> _
Public Interface IDataObject
[InterfaceTypeAttribute()]
[GuidAttribute("0000010E-0000-0000-C000-000000000046")]
public interface IDataObject
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000010E-0000-0000-C000-000000000046")]
public interface class IDataObject
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000010E-0000-0000-C000-000000000046")>]
type IDataObject = interface end
public interface IDataObject
The IDataObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
DAdvise | |
![]() |
DUnadvise | |
![]() |
EnumDAdvise | |
![]() |
EnumFormatEtc | |
![]() |
GetCanonicalFormatEtc | |
![]() |
GetData | |
![]() |
GetDataHere | |
![]() |
QueryGetData | |
![]() |
SetData |
Top