Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
[GuidAttribute("3740DCF8-B8B2-49A9-A1AB-944C84876C3C")]
public enum vsEPReplaceTextOptions
[GuidAttribute(L"3740DCF8-B8B2-49A9-A1AB-944C84876C3C")]
public enum class vsEPReplaceTextOptions
[<GuidAttribute("3740DCF8-B8B2-49A9-A1AB-944C84876C3C")>]
type 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. |