Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates one or more reasons why the event occurred, which might help you understand what happened in the buffer.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE")> _
Public Enumeration vsTextChanged
[GuidAttribute("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE")]
public enum vsTextChanged
[GuidAttribute(L"11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE")]
public enum class vsTextChanged
[<GuidAttribute("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE")>]
type vsTextChanged
public enum vsTextChanged
Members
Member name | Description | |
---|---|---|
vsTextChangedMultiLine | A change to text occurred that affected more than one line, such as pasting with new lines, deleting across lines, or replacing all. | |
vsTextChangedSave | A line was committed by saving the file. | |
vsTextChangedCaretMoved | The insertion point was moved. | |
vsTextChangedReplaceAll | A replace all operation occurred. | |
vsTextChangedNewline | A new line was created. | |
vsTextChangedFindStarting | A find operation moved the insertion point. |