This topic has not yet been rated - Rate this topic

vsEPReplaceTextOptions Enumeration

Represents the edit behavior in an ReplaceText action.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[GuidAttribute("3740DCF8-B8B2-49A9-A1AB-944C84876C3C")] 
public enum vsEPReplaceTextOptions
/** @attribute GuidAttribute("3740DCF8-B8B2-49A9-A1AB-944C84876C3C") */ 
public enum vsEPReplaceTextOptions
GuidAttribute("3740DCF8-B8B2-49A9-A1AB-944C84876C3C") 
public enum vsEPReplaceTextOptions
  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. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ