FontsAndColorsCategory::LanguageService Property

 

Gets the GUID of the language service.

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

public:
property Guid LanguageService {
	[CompilerGeneratedAttribute]
	Guid get();
	[CompilerGeneratedAttribute]
	protected: void set(Guid value);
}

Property Value

Type: System::Guid

The GUID of the language service.

Return to top
Show: