ShellTextEditorControl.IVsTextViewEvents.OnChangeCaretLine Método

Definición

 virtual void Microsoft.VisualStudio.TextManager.Interop.IVsTextViewEvents.OnChangeCaretLine(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView, int iNewLine, int iOldLine) = Microsoft::VisualStudio::TextManager::Interop::IVsTextViewEvents::OnChangeCaretLine;
void IVsTextViewEvents.OnChangeCaretLine (Microsoft.VisualStudio.TextManager.Interop.IVsTextView pView, int iNewLine, int iOldLine);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsTextViewEvents.OnChangeCaretLine : Microsoft.VisualStudio.TextManager.Interop.IVsTextView * int * int -> unit
override this.Microsoft.VisualStudio.TextManager.Interop.IVsTextViewEvents.OnChangeCaretLine : Microsoft.VisualStudio.TextManager.Interop.IVsTextView * int * int -> unit
Sub OnChangeCaretLine (pView As IVsTextView, iNewLine As Integer, iOldLine As Integer) Implements IVsTextViewEvents.OnChangeCaretLine

Parámetros

pView
IVsTextView
iNewLine
Int32
iOldLine
Int32

Implementaciones

Se aplica a