IRowPositionChange Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
Fournit une implémentation de l’interface OLE DB IRowPositionChange à utiliser par les applications mises à niveau à partir de Visual Basic 6.0.
public interface class IRowPositionChange
[System.Runtime.InteropServices.Guid("0997A571-126E-11D0-9F8A-00A0C9A0631E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRowPositionChange
[System.Runtime.InteropServices.Guid("0997A571-126E-11D0-9F8A-00A0C9A0631E")]
[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 IRowPositionChange
[<System.Runtime.InteropServices.Guid("0997A571-126E-11D0-9F8A-00A0C9A0631E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRowPositionChange = interface
[<System.Runtime.InteropServices.Guid("0997A571-126E-11D0-9F8A-00A0C9A0631E")>]
[<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 IRowPositionChange = interface
Public Interface IRowPositionChange
- Attributs
Remarques
Note
Les fonctions et les objets de l’espace Microsoft.VisualBasic.Compatibility.VB6 de noms sont fournis pour une utilisation par les outils de mise à niveau de Visual Basic 6.0 vers Visual Basic. Dans la plupart des cas, ces fonctions et ces objets dupliquer les fonctionnalités que vous pouvez trouver dans d’autres espaces de noms dans le .NET Framework. Ils ne sont nécessaires que lorsque le modèle de code Visual Basic 6.0 diffère considérablement de l’implémentation de .NET Framework.
Méthodes
| Nom | Description |
|---|---|
| OnRowPositionChange(Int32, Int32, Int32) |
Obsolète.
Avertit le consommateur d’un objet position de ligne d’une modification de la position de ligne actuelle. |