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 supporto per la proprietà DataFormat 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.

Nota

Le funzioni e gli oggetti nello spazio dei nomi Microsoft.VisualBasic.Compatibility.VB6 vengono forniti per essere usati dagli strumenti per l'aggiornamento da Visual Basic 6.0 a Visual Basic 2008. Nella maggior parte dei casi queste funzioni e questi oggetti duplicano funzionalità disponibili in altri spazi dei nomi di .NET Framework e sono necessari solo quando il modello di codice di Visual Basic 6.0 è notevolmente diverso rispetto all'implementazione di .NET Framework.

Metodi

Clone(IDataFormat)

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

Obsoleti.

Crea una copia superficiale di IDataFormat.

Convert(Int32, Object, Object)

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

Obsoleti.

Converte IDataFormat in un oggetto Variant di Visual Basic 6.0.

Default(Boolean)

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

Obsoleti.

Determina se IDataFormat rappresenta l'oggetto IDataFormat predefinito.

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 identificatore 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 sottoformato 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'identificatore delle impostazioni locali per 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 IDataFormat.

SetSubFormatType(Int32)

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

Obsoleti.

Imposta il tipo di sottoformato per un'interfaccia IDataFormat.

Si applica a