IVsQueryLineChangeCommit Interface
Visual Studio 2015
Determines if an CCG_CARET_ON_NEW_BUFFER_LINE commit event should be fired.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | QuerySendEnterLineCommit(UInt32, Int32, Int32, UInt32) | Gets a flag indicating whether to send the CCG_CARET_ON_NEW_BUFFER_LINE event for the specified line. |
This is an optional interface that should be implemented by the IVsTextViewFilter to determine whether an CCG_CARET_ON_NEW_BUFFER_LINE commit event should be fired. This only needs to happen if you don't want this commit event to be fired on every Carriage Return/Line feed, and if you listen to IVsFinalTextChangeCommitEvents or IVsPreliminaryTextChangeCommitEvents.
Show:
