IRowPositionChange Rozhraní

Definice

Upozornění

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

Poskytuje implementaci rozhraní OLE DB IRowPositionChange pro použití aplikacemi upgradovanými z jazyka 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
Atributy

Poznámky

Poznámka

Funkce a objekty v Microsoft.VisualBasic.Compatibility.VB6 oboru názvů jsou k dispozici pro použití nástroji pro upgrade z Visual Basicu 6.0 na Visual Basic. Ve většině případů tyto funkce a objekty duplikují funkce, které můžete najít v jiných oborech názvů v rozhraní .NET Framework. Jsou zapotřebí pouze v případě, že model kódu aplikace Visual Basic 6.0 se zásadně liší od implementace rozhraní .NET Framework.

Metody

OnRowPositionChange(Int32, Int32, Int32)
Zastaralé.

Upozorní příjemce objektu pozice řádku na změnu aktuální pozice řádku.

Platí pro