Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
| 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. |