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