PredefinedAdornmentLayers Class
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.
This static class defines the names of the adornment layers predefined by the editor.
public ref class PredefinedAdornmentLayers abstract sealed
public ref class PredefinedAdornmentLayers abstract sealed
class PredefinedAdornmentLayers abstract sealed
public static class PredefinedAdornmentLayers
type PredefinedAdornmentLayers = class
Public Class PredefinedAdornmentLayers
- Inheritance
-
PredefinedAdornmentLayers
Fields
BlockStructure |
Name of the layer used to draw the vertical structural block adornments. |
BraceCompletion |
Name of the layer used to draw the closing brace adornment for brace completion. |
Caret |
The caret layer contains the text caret. |
CurrentLineHighlighter |
The current line highlighter layer containst the current line highlighter adronment. |
DifferenceChanges |
The layer used to draw the line differences in the views created by the IDifferenceViewer. |
DifferenceSpace |
The layer used to draw hashmarks in to align blocks in the IDifferenceViewer split view. |
DifferenceWordChanges |
The layer used to draw the word differences in the views created by the IDifferenceViewer. |
InterLine |
Name of the layer used to draw the Peek or other adornments placed between lines of text. |
Outlining |
The outlining layer contains the collapse hint adornment. |
OutliningWholeLineHighlighter |
Name of the layer used to highlight a collapsed region. |
Selection |
The selection layer hosts the selection and provisional highlight text caret for IME input mode. |
Squiggle |
The squiggle layer contains the squiggle adornment used to indicate errors. |
Text |
The text layer contains the textual content of the editor. |
TextMarker |
The text marker layer contains the text markers provided by the ITextMarkerProviderFactory classes. |