FontsAndColorsCategory.SetLanguageService, méthode
Définit le GUID du service de langage.
Espace de noms : Microsoft.VisualStudio.Editor
Assembly : Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)
Syntaxe
'Déclaration
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
Paramètres
newLanguageService
Type : GuidGUID du service de langage.
Valeur de retour
Type : Microsoft.VisualStudio.Editor.FontsAndColorsCategory
FontsAndColorsCategory .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.