Compartilhar via


Propriedade FontsAndColorsCategory.LanguageService

Obtém a GUID do serviço de linguagem.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Guid
O GUID do serviço de linguagem.

Segurança do .NET Framework

Consulte também

Referência

FontsAndColorsCategory Classe

Namespace Microsoft.VisualStudio.Editor