IVsFontsAndColorsInformation::AddLanguageService Method (Guid)

 

Adds an additional language service that contributes to coloring information.

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

void AddLanguageService(
	Guid languageServiceId
)

Parameters

languageServiceId
Type: System::Guid

The GUID of the language service.

This method can be used to add additional color sources when multiple buffers of the same font and color category have different language service GUIDs.

Return to top
Show: