This topic has not yet been rated - Rate this topic

vsTextChanged Enumeration

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)

[GuidAttribute("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE")] 
public enum vsTextChanged
/** @attribute GuidAttribute("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE") */ 
public enum vsTextChanged
GuidAttribute("11F0CB7F-4F63-4E09-B99C-92A6CC5F84CE") 
public enum vsTextChanged
  Member name Description
vsTextChangedCaretMoved The insertion point was moved. 
vsTextChangedFindStarting A find operation moved the insertion point. 
vsTextChangedMultiLine A change to text occurred that affected more than one line, such as pasting with new lines, deleting across lines, or replacing all. 
vsTextChangedNewline A new line was created. 
vsTextChangedReplaceAll A replace all operation occurred. 
vsTextChangedSave A line was committed by saving the file. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement