FontsAndColorsCategory(Guid, Guid, Guid) Constructor

Definition

Initializes a new instance of FontsAndColorsCategory.

public:
 FontsAndColorsCategory(Guid languageService, Guid fontCategory, Guid colorCategory);
public FontsAndColorsCategory (Guid languageService, Guid fontCategory, Guid colorCategory);
new Microsoft.VisualStudio.Editor.FontsAndColorsCategory : Guid * Guid * Guid -> Microsoft.VisualStudio.Editor.FontsAndColorsCategory
Public Sub New (languageService As Guid, fontCategory As Guid, colorCategory As Guid)

Parameters

languageService
Guid

The language service guid for this FontsAndColorsCategory.

fontCategory
Guid

The font category guid for this FontsAndColorsCategory.

colorCategory
Guid

The color category guid for this FontsAndColorsCategory.

Applies to