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: GuidIl GUID del servizio di linguaggio.
Valore restituito
Tipo: Microsoft.VisualStudio.Editor.FontsAndColorsCategory
FontsAndColorsCategory .
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.