FontsAndColorsCategory Constructor (Guid, Guid, Guid)

 

Initializes a new instance of FontsAndColorsCategory for the specified language service, font category, and color category.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

public:
FontsAndColorsCategory(
	Guid languageService,
	Guid fontCategory,
	Guid colorCategory
)

Parameters

languageService
Type: System::Guid

The GUID of the language service for this category.

fontCategory
Type: System::Guid

The GUID of the font category.

colorCategory
Type: System::Guid

The GUID of the color category.

Return to top
Show: