vsEPReplaceTextOptions Enumeration
Visual Studio 2012
Represents the edit behavior in an ReplaceText action.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| 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 Keep Tabs setting in the Text Editor Options dialog box. | |
| vsEPReplaceTextAutoformat | Inserts text and automatically formats it. |