包括编辑器预定义的修饰层的名称。
继承层次结构
Object
Microsoft.VisualStudio.Text.Editor.PredefinedAdornmentLayers
命名空间: Microsoft.VisualStudio.Text.Editor
程序集: Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
语法
声明
Public NotInheritable Class PredefinedAdornmentLayers
public static class PredefinedAdornmentLayers
public ref class PredefinedAdornmentLayers abstract sealed
[<AbstractClass>]
[<Sealed>]
type PredefinedAdornmentLayers = class end
public final class PredefinedAdornmentLayers
PredefinedAdornmentLayers 类型公开以下成员。
字段
名称 | 说明 | |
---|---|---|
![]() ![]() |
BraceCompletion | |
![]() ![]() |
Caret | 包含文本插入符号的层。 |
![]() ![]() |
CurrentLineHighlighter | |
![]() ![]() |
DifferenceChanges | |
![]() ![]() |
DifferenceSpace | |
![]() ![]() |
InterLine | |
![]() ![]() |
Outlining | 包含折叠提示修饰层。 |
![]() ![]() |
Selection | 承载 IME 输入的方式选择文本插入符号的层。 |
![]() ![]() |
Squiggle | 包含用于的曲线修饰指示错误的层。 |
![]() ![]() |
Text | 包含编辑器的文本内容的层。 |
![]() ![]() |
TextMarker | 包含文本标记的层由 ITextMarkerProviderFactory 类提供的。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。