vsEPReplaceTextOptions Enumeration
Visual Studio 2015
Represents the edit behavior in an ReplaceText action.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| vsEPReplaceTextAutoformat | Inserts text and automatically formats it. | |
| vsEPReplaceTextKeepMarkers | Retains existing markers (for breakpoints, named shortcuts, and so forth) in their current locations. | |
| vsEPReplaceTextNormalizeNewlines | Uses the text buffer's default newline sequence. | |
| vsEPReplaceTextTabsSpaces | Keeps the value of Text and process tabs and spaces according to the value of the KeepTabs setting in the TextEditorOptions dialog box. |
Show: