This documentation is archived and is not being maintained.
IDataObject Interface
Visual Studio 2010
Creates a connection between a caller and a data object implementing the IDataObject interface. This connection enables notifications of changes to the caller in the data for the data object.
Assembly: AspNetMMCExt (in AspNetMMCExt.dll)
The IDataObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DAdvise | Creates a notification connection between a data object implementing the IDataObject interface and a caller object, letting the caller receive notification of changes in the data for the data object. |
![]() | DUnadvise | Destroys a notification connection that was created by an earlier call to the DAdvise method. |
![]() | EnumDAdvise | Retrieves a pointer to an object that can enumerate the notification connections that are currently maintained by this IDataObject interface. |
![]() | EnumFormatEtc | Retrieves a pointer to an object that can enumerate the FORMATETC enumerator types that this implementation supports. |
![]() | GetCanonicalFormatEtc | Retrieves a pointer to a standard FORMATETC structure that is logically equivalent to, but not necessarily equal to, the FORMATETC structure that is referenced by the a parameter. |
![]() | GetData | Renders the data that is described in the specified pFormatEtc structure and transfers it to the b parameter. |
![]() | GetDataHere | Renders the data that is described in the specified pFormatEtc structure and transfers it to the b parameter. |
![]() | QueryGetData | Retrieves a value indicating whether the implementer can render the data that is contained in the a parameter. |
![]() | SetData | Transfers the data that is contained in the STGMEDIUM structure, referenced by a, to this instance of the IDataObject interface. |
For more information about programming with the IDataObject interface and the Microsoft Management Console (MMC), see the "MMC Programmer's Guide" in the MSDN Library.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
