IRowPositionChange Schnittstelle

Definition

Achtung

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

Stellt eine Implementierung der IRowPositionChange-Schnittstelle in OLE DB für die Verwendung durch von Visual Basic 6.0 aktualisierte Anwendungen bereit.

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
Attribute

Hinweise

Hinweis

Funktionen und Objekte im Microsoft.VisualBasic.Compatibility.VB6-Namespace werden in den Tools zum Upgrade von Visual Basic 6.0 auf Visual Basic bereitgestellt. In den meisten Fällen duplizieren diese Funktionen und Objekte Funktionen, die Sie in anderen Namespaces von .NET Framework finden. Diese sind nur notwendig, wenn das Visual Basic 6.0-Codemodell sich maßgeblich von der .NET Framework-Implementierung unterscheidet.

Methoden

OnRowPositionChange(Int32, Int32, Int32)
Veraltet.

Benachrichtigt den Consumer eines Zeilenpositionsobjekts über eine Änderung an der aktuellen Zeilenposition.

Gilt für: