_QuerySendCommitFlags Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether an ENTER triggers a text change commit event.
This enumeration supports a bitwise combination of its member values.
public enum class _QuerySendCommitFlags
C++/CX
public enum class _QuerySendCommitFlags
enum _QuerySendCommitFlags
[System.Flags]
public enum _QuerySendCommitFlags
[<System.Flags>]
type _QuerySendCommitFlags =
Public Enum _QuerySendCommitFlags
- Inheritance
-
_QuerySendCommitFlags
- Attributes
Name | Value | Description |
---|---|---|
QSCF_DO_SEND_ENTER_COMMIT | 0 | CRLF triggers a commit. |
QSCF_DO_NOT_SEND_ENTER_COMMIT | 1 | CRLF does not trigger a commit. |
From textmgr.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |