FontsAndColorsCategory Class

Definition

Represents a fonts and colors category. Font and color categories act as a mean to group various editors into groups that share the same colors. Examples of this in Visual Studio are "Text Editor", "Output Window", etc. These show up in the Tools -> Options -> Fonts & Colors dialog in the "Show settings for" drop down. This is an immutable class.

public ref class FontsAndColorsCategory
[Windows::Foundation::Metadata::WebHostHidden]
class FontsAndColorsCategory
public class FontsAndColorsCategory
type FontsAndColorsCategory = class
Public Class FontsAndColorsCategory
Inheritance
FontsAndColorsCategory

Remarks

Font and color categories are a way to group different editors into groups that share the same colors. Examples of this in Visual Studio are "Text Editor", "Output Window", etc. These show up in the Tools -> Options -> Fonts & Colors dialog in the "Show settings for" drop down. This is an immutable class.

Constructors

FontsAndColorsCategory(Guid, Guid, Guid)

Initializes a new instance of FontsAndColorsCategory.

Properties

AppearanceCategory

Returns a string representating the textual key that's used in the editor's (platform side) EditorFormatMap and ClassificationFormatMap groupings.

ColorCategory

The color category guid for this FontsAndColorsCategory.

FontCategory

The font category guid for this FontsAndColorsCategory.

LanguageService

The language service guid for this FontsAndColorsCategory.

Methods

Equals(Object)

Determines whether two FontsAndColorsCategorys are the same.

GetHashCode()

Serves as a hash function for this type.

SetColorCategory(Guid)

Sets the color category Guid.

SetFontCategory(Guid)

Sets the font category Guid.

SetLanguageService(Guid)

Sets the language service Guid.

Operators

Equality(FontsAndColorsCategory, FontsAndColorsCategory)

Determines whether two FontsAndColorsCategory objects are the same.

Inequality(FontsAndColorsCategory, FontsAndColorsCategory)

Determines whether two FontsAndColorsCategory objects are different.

Applies to