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
声明
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 | |
|---|---|---|
| .gif) .gif) | Caret | The layer that contains the text caret. | 
| .gif) .gif) | Outlining | The layer that contains the collapse hint adornment. | 
| .gif) .gif) | Selection | The layer that hosts the selection text caret for IME input mode. | 
| .gif) .gif) | Squiggle | The layer that contains the squiggle adornment used to indicate errors. | 
| .gif) .gif) | Text | The layer that contains the textual content of the editor. | 
| .gif) .gif) | 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.