IDataFormatDisp Interface

Définition

Attention

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

Fournit la prise en charge pour la propriété DataFormat de l'interface DBinding.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Remarques

Cette interface est utilisée en interne par les outils de mise à niveau des applications Visual Basic 6.0 vers Visual Basic.

Notes

Les fonctions et objets de l'espace de noms Microsoft.VisualBasic.Compatibility.VB6 sont fournis pour être utilisés par les outils de mise à niveau de Visual Basic 6.0 vers Visual Basic 2008. Dans la plupart des cas, ces fonctions et objets dupliquent les fonctionnalités que vous pouvez trouver dans d'autres espaces de noms du .NET Framework. Ils sont nécessaires uniquement là où le modèle de code Visual Basic 6.0 diffère significativement de l'implémentation du .NET Framework.

S’applique à