vsTextChanged Enum
Definition
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.
Indicates one or more reasons why the event occurred, which might help you understand what happened in the buffer.
public enum class vsTextChanged
public enum class vsTextChanged
enum vsTextChanged
[System.Runtime.InteropServices.Guid("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE")]
public enum vsTextChanged
[<System.Runtime.InteropServices.Guid("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE")>]
type vsTextChanged =
Public Enum vsTextChanged
- Inheritance
-
vsTextChanged
- Attributes
Fields
vsTextChangedCaretMoved | 4 | The insertion point was moved. |
vsTextChangedFindStarting | 32 | A find operation moved the insertion point. |
vsTextChangedMultiLine | 1 | A change to text occurred that affected more than one line, such as pasting with new lines, deleting across lines, or replacing all. |
vsTextChangedNewline | 16 | A new line was created. |
vsTextChangedReplaceAll | 8 | A replace all operation occurred. |
vsTextChangedSave | 2 | A line was committed by saving the file. |