PredefinedAdornmentLayers Class

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
Public fieldStatic member BraceCompletion The name of the layer used to draw the closing brace adornment for brace completion.
Public fieldStatic member Caret The layer that contains the text caret.
Public fieldStatic member CurrentLineHighlighter Contains the current line highlighter.
Public fieldStatic member DifferenceChanges The layer used to draw the line and word differences in the views created by the IDifferenceViewer.
Public fieldStatic member DifferenceSpace The layer used to align blocks in the IDifferenceViewer split view.
Public fieldStatic member InterLine The name of the layer used to draw the Peek or other adornments placed between lines of text.
Public fieldStatic member Outlining The layer that contains the collapse hint adornment.
Public fieldStatic member Selection The layer that hosts the selection text caret for IME input mode.
Public fieldStatic member Squiggle The layer that contains the squiggle adornment used to indicate errors.
Public fieldStatic member Text The layer that contains the textual content of the editor.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.Text.Editor Namespace