Compartilhar via


Método FontsAndColorsCategory.SetLanguageService

Define o GUID do serviço de linguagem.

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

Sintaxe

'Declaração
Public Function SetLanguageService ( _
    newLanguageService As Guid _
) As FontsAndColorsCategory
public FontsAndColorsCategory SetLanguageService(
    Guid newLanguageService
)
public:
FontsAndColorsCategory^ SetLanguageService(
    Guid newLanguageService
)
member SetLanguageService : 
        newLanguageService:Guid -> FontsAndColorsCategory
public function SetLanguageService(
    newLanguageService : Guid
) : FontsAndColorsCategory

Parâmetros

  • newLanguageService
    Tipo: Guid

    O GUID do serviço de linguagem.

Valor de retorno

Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
O FontsAndColorsCategory.

Segurança do .NET Framework

Consulte também

Referência

FontsAndColorsCategory Classe

Namespace Microsoft.VisualStudio.Editor