Condividi tramite


Metodo FontsAndColorsCategory.SetLanguageService

Imposta il GUID del servizio di linguaggio.

Spazio dei nomi:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Sintassi

'Dichiarazione
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

Parametri

  • newLanguageService
    Tipo: Guid

    Il GUID del servizio di linguaggio.

Valore restituito

Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
FontsAndColorsCategory .

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FontsAndColorsCategory Classe

Spazio dei nomi Microsoft.VisualStudio.Editor