ShellTextEditorControl.IVsTextViewEvents.OnChangeCaretLine 方法

定義

 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);
Sub OnChangeCaretLine (pView As IVsTextView, iNewLine As Integer, iOldLine As Integer) Implements IVsTextViewEvents.OnChangeCaretLine

參數

pView
IVsTextView
iNewLine
Int32
iOldLine
Int32

實作

適用於