Поделиться через


FontsAndColorsCategory.LanguageService - свойство

Возвращает идентификатор GUID языковой службы.

Пространство имен:  Microsoft.VisualStudio.Editor
Сборка:  Microsoft.VisualStudio.Editor (в Microsoft.VisualStudio.Editor.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: Guid
GUID языковой службы.

Безопасность платформы .NET Framework

См. также

Ссылки

FontsAndColorsCategory Класс

Microsoft.VisualStudio.Editor - пространство имен