PredefinedAdornmentLayers Class

Includes the names of the adornment layers predefined by the editor.

Inheritance Hierarchy

System.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 Caret The layer that contains the text caret.
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