HeaderColors 类

Defines the resource keys generated by the Visual Studio theme editor.

继承层次结构

System.Object
  Microsoft.VisualStudio.PlatformUI.HeaderColors

命名空间:  Microsoft.VisualStudio.PlatformUI
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public NotInheritable Class HeaderColors
public static class HeaderColors

HeaderColors 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 DefaultBrushKey Gets the DefaultBrushKey attribute.
公共属性静态成员 DefaultColorKey Gets the DefaultColorKey attribute.
公共属性静态成员 DefaultTextBrushKey Gets the DefaultTextBrushKey attribute.
公共属性静态成员 DefaultTextColorKey Gets the DefaultTextColorKey attribute.
公共属性静态成员 GlyphBrushKey Gets the GlyphBrushKey attribute.
公共属性静态成员 GlyphColorKey Gets the GlyphColorKey attribute.
公共属性静态成员 MouseDownBrushKey Gets the MouseDownBrushKey attribute.
公共属性静态成员 MouseDownColorKey Gets the MouseDownColorKey attribute.
公共属性静态成员 MouseDownGlyphBrushKey Gets the MouseDownGlyphBrushKey attribute.
公共属性静态成员 MouseDownGlyphColorKey Gets the MouseDownGlyphColorKey attribute.
公共属性静态成员 MouseDownTextBrushKey Gets the MouseDownTextBrushKey attribute.
公共属性静态成员 MouseDownTextColorKey Gets the MouseDownTextColorKey attribute.
公共属性静态成员 MouseOverBrushKey Gets the MouseOverBrushKey attribute.
公共属性静态成员 MouseOverColorKey Gets the MouseOverColorKey attribute.
公共属性静态成员 MouseOverGlyphBrushKey Gets the MouseOverGlyphBrushKey attribute.
公共属性静态成员 MouseOverGlyphColorKey Gets the MouseOverGlyphColorKey attribute.
公共属性静态成员 MouseOverTextBrushKey Gets the MouseOverTextBrushKey attribute.
公共属性静态成员 MouseOverTextColorKey Gets the MouseOverTextColorKey attribute.
公共属性静态成员 SeparatorLineBrushKey Gets the SeparatorLineBrushKey attribute.
公共属性静态成员 SeparatorLineColorKey Gets the SeparatorLineColorKey attribute.

页首

字段

  名称 说明
公共字段静态成员 Category The category of the header colors.

页首

线程安全

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

请参见

参考

Microsoft.VisualStudio.PlatformUI 命名空间