IDataFormat Interfaccia

Definizione

Attenzione

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Fornisce il supporto per la DataFormat proprietà dell'interfaccia DBinding .

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public interface class IDataFormat
[System.Runtime.InteropServices.Guid("AF08B280-90F2-11D0-9484-00A0C91110ED")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDataFormat
[System.Runtime.InteropServices.Guid("AF08B280-90F2-11D0-9484-00A0C91110ED")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public interface IDataFormat
[<System.Runtime.InteropServices.Guid("AF08B280-90F2-11D0-9484-00A0C91110ED")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDataFormat = interface
[<System.Runtime.InteropServices.Guid("AF08B280-90F2-11D0-9484-00A0C91110ED")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type IDataFormat = interface
Public Interface IDataFormat
Attributi

Commenti

Questa interfaccia viene usata internamente dagli strumenti per aggiornare le applicazioni Visual Basic 6.0 a Visual Basic.

Note

Le funzioni e gli oggetti nello spazio dei nomi Microsoft.VisualBasic.Compatibility.VB6 vengono forniti dagli strumenti per l'aggiornamento da Visual Basic 6.0 a Visual Basic 2008. Nella maggior parte dei casi, queste funzioni e oggetti duplicano funzionalità che è possibile trovare in altri spazi dei nomi in .NET Framework. Sono necessarie solo quando il modello di codice Visual Basic 6.0 differisce in modo significativo rispetto all'implementazione di .NET Framework.

Metodi

Nome Descrizione
Clone(IDataFormat)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Crea una copia superficiale dell'oggetto IDataFormat.

Convert(Int32, Object, Object)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Converte un IDataFormat in un Visual Basic 6.0 Variant.

Default(Boolean)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Determina se è IDataFormat l'oggetto predefinito IDataFormat.

GetBinding(VarEnum, Int32, IRowset, DBCOLUMNINFO, DBBINDING, Int32, Int32)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Ottiene un'associazione per un oggetto IDataFormat.

GetData(Int32, IntPtr, Object, Int32, Object)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Ottiene i dati per un'interfaccia IDataFormat .

GetLcid(Int32)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Ottiene un ID delle impostazioni locali per un'interfaccia IDataFormat .

GetRawData(Int32, IntPtr, Object, Int32)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Ottiene i dati non elaborati per un'interfaccia IDataFormat .

GetSubFormatType(Int32)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Ottiene il tipo di formato secondario per un'interfaccia IDataFormat .

ReleaseBinding(Int32)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Rilascia un'associazione per un'interfaccia IDataFormat .

ReleaseData(Int32, IntPtr)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Rilascia i dati per un'interfaccia IDataFormat .

SetData(Int32, Object, IntPtr, Object)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Imposta i dati per un'interfaccia IDataFormat .

SetLcid(Int32)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Imposta l'ID delle impostazioni locali per un oggetto IDataFormat.

SetRawData(Int32, Object, IntPtr)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Imposta i dati non elaborati per un oggetto IDataFormat.

SetSubFormatType(Int32)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Obsoleti.

Imposta il tipo di formato secondario per un'interfaccia IDataFormat .

Si applica a