Condividi tramite


Interfaccia IDataObject

Aggiornamento: novembre 2007

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Spazio dei nomi:  Microsoft.CLRAdmin
Assembly:  mscorcfg (in mscorcfg.dll)

Sintassi

'Dichiarazione
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("0000010e-0000-0000-C000-000000000046")> _
Public Interface IDataObject
'Utilizzo
Dim instance As IDataObject
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0000010e-0000-0000-C000-000000000046")]
public interface IDataObject
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0000010e-0000-0000-C000-000000000046")]
public interface class IDataObject
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("0000010e-0000-0000-C000-000000000046") */
public interface IDataObject
public interface IDataObject

Piattaforme

Windows Vista, Windows XP SP2, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 1.1, 1.0

Vedere anche

Riferimenti

Membri IDataObject

Spazio dei nomi Microsoft.CLRAdmin