Compartilhar via


vsTextChanged Enum

Definition

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.

Applies to