FontsAndColorsCategory.LanguageService, propriété
Obtient GUID du service de langage.
Espace de noms : Microsoft.VisualStudio.Editor
Assembly : Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Guid
GUID du service de langage.
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.