FontsAndColorsCategory.SetFontCategory(Guid) Method

Definition

Sets the font category Guid.

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

Parameters

newFontCategory
Guid

The font category Guid.

Returns

A new FontsAndColorsCategory with the font category guid set to be newFontCategory.

Applies to