EditorStyleNames 类

The names of various editor components where the component's style can be defined by the program hosting the editor.

继承层次结构

Object
  Microsoft.VisualStudio.Text.Editor.EditorStyleNames

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI.Wpf(在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

语法

声明
Public NotInheritable Class EditorStyleNames
public static class EditorStyleNames
public ref class EditorStyleNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type EditorStyleNames =  class end
public final class EditorStyleNames

EditorStyleNames 类型公开以下成员。

字段

  名称 说明
公共字段静态成员 CollapsedAdornmentToolTipStyleName The name of the WPF style used for the collapsed adornment tooltip.

页首

备注

Custom styles need to be defined and placed in the application's ResourceDictionary.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.VisualStudio.Text.Editor 命名空间