IVsTextViewEvents::OnChangeCaretLine Method (IVsTextView^, Int32, Int32)
Visual Studio 2015
Notifies the client when a change of caret line occurs.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pView
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
[in] Pointer to a view object.
- iNewLine
-
Type:
System::Int32
[in] Integer containing the new line.
- iOldLine
-
Type:
System::Int32
[in] Integer containing the old line.
From textmgr.idl:
HRESULT IVsTextViewEvents::OnChangeCaretLine( [in] IVsTextView *pView, [in] long iNewLine, [in] long iOldLine );
Show: