ShellTextEditorControl.IVsTextViewEvents.OnChangeCaretLine 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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