FontsAndColorsCategory.SetColorCategory(Guid) Method

Definition

Sets the color category Guid.

public:
 Microsoft::VisualStudio::Editor::FontsAndColorsCategory ^ SetColorCategory(Guid newColorCategory);
public Microsoft.VisualStudio.Editor.FontsAndColorsCategory SetColorCategory (Guid newColorCategory);
member this.SetColorCategory : Guid -> Microsoft.VisualStudio.Editor.FontsAndColorsCategory
Public Function SetColorCategory (newColorCategory As Guid) As FontsAndColorsCategory

Parameters

newColorCategory
Guid

The color category Guid.

Returns

A new FontsAndColorsCategory with the color category guid set to be newColorCategory.

Applies to