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
Name | Value | Description |
---|---|---|
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. |
vsTextChangedSave | 2 | A line was committed by saving the file. |
vsTextChangedCaretMoved | 4 | The insertion point was moved. |
vsTextChangedReplaceAll | 8 | A replace all operation occurred. |
vsTextChangedNewline | 16 | A new line was created. |
vsTextChangedFindStarting | 32 | A find operation moved the insertion point. |