FontsAndColorsCategory.SetLanguageService(Guid) Method

Definition

Sets the language service Guid.

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

Parameters

newLanguageService
Guid

The language service Guid.

Returns

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

Applies to