vsEPReplaceTextOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the edit behavior in an ReplaceText(Object, String, Int32) action.
public enum class vsEPReplaceTextOptions
public enum class vsEPReplaceTextOptions
enum vsEPReplaceTextOptions
[System.Runtime.InteropServices.Guid("3740DCF8-B8B2-49A9-A1AB-944C84876C3C")]
public enum vsEPReplaceTextOptions
[<System.Runtime.InteropServices.Guid("3740DCF8-B8B2-49A9-A1AB-944C84876C3C")>]
type vsEPReplaceTextOptions =
Public Enum vsEPReplaceTextOptions
- Inheritance
-
vsEPReplaceTextOptions
- Attributes
Fields
vsEPReplaceTextAutoformat | 8 | Inserts text and automatically formats it. |
vsEPReplaceTextKeepMarkers | 1 | Retains existing markers (for breakpoints, named shortcuts, and so forth) in their current locations. |
vsEPReplaceTextNormalizeNewlines | 2 | Uses the text buffer's default newline sequence. |
vsEPReplaceTextTabsSpaces | 4 | 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. |