vsEPReplaceTextOptions Enumeration

Represents the edit behavior in an ReplaceText action.

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

Syntax

'Declaration
<GuidAttribute("3740DCF8-B8B2-49A9-A1AB-944C84876C3C")> _
Public Enumeration vsEPReplaceTextOptions
'Usage
Dim instance As vsEPReplaceTextOptions
[GuidAttribute("3740DCF8-B8B2-49A9-A1AB-944C84876C3C")]
public enum vsEPReplaceTextOptions
[GuidAttribute(L"3740DCF8-B8B2-49A9-A1AB-944C84876C3C")]
public enum class vsEPReplaceTextOptions
public enum vsEPReplaceTextOptions

Members

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 KeepTabs setting in the TextEditorOptions dialog box.
vsEPReplaceTextAutoformat Inserts text and automatically formats it.

See Also

Reference

EnvDTE Namespace