Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Includes the names of the adornment layers predefined by the editor.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Text.Editor.PredefinedAdornmentLayers
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public NotInheritable Class PredefinedAdornmentLayers
public static class PredefinedAdornmentLayers
public ref class PredefinedAdornmentLayers abstract sealed
[<AbstractClass>]
[<Sealed>]
type PredefinedAdornmentLayers = class end
public final class PredefinedAdornmentLayers
The PredefinedAdornmentLayers type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
BraceCompletion | The name of the layer used to draw the closing brace adornment for brace completion. |
![]() ![]() |
Caret | The layer that contains the text caret. |
![]() ![]() |
CurrentLineHighlighter | Contains the current line highlighter. |
![]() ![]() |
DifferenceChanges | The layer used to draw the line and word differences in the views created by the IDifferenceViewer. |
![]() ![]() |
DifferenceSpace | The layer used to align blocks in the IDifferenceViewer split view. |
![]() ![]() |
InterLine | The name of the layer used to draw the Peek or other adornments placed between lines of text. |
![]() ![]() |
Outlining | The layer that contains the collapse hint adornment. |
![]() ![]() |
Selection | The layer that hosts the selection text caret for IME input mode. |
![]() ![]() |
Squiggle | The layer that contains the squiggle adornment used to indicate errors. |
![]() ![]() |
Text | The layer that contains the textual content of the editor. |
![]() ![]() |
TextMarker | The layer that contains the text markers provided by the ITextMarkerProviderFactory classes. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.