FontsAndColorsCategory.LanguageService Property

Gets the GUID of the language service.

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

Syntax

'Declaration
Public Property LanguageService As Guid
public Guid LanguageService { get; protected set; }
public:
property Guid LanguageService {
    Guid get ();
    protected: void set (Guid value);
}
member LanguageService : Guid with get, set
function get LanguageService () : Guid 
protected function set LanguageService (value : Guid)

Property Value

Type: System.Guid
The GUID of the language service.

.NET Framework Security

See Also

Reference

FontsAndColorsCategory Class

Microsoft.VisualStudio.Editor Namespace