LanguageService::Name Property
Visual Studio 2015
Returns the name of the language (for example, "C++" or "HTML").
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::String^Returns a string containing the name of the language. This must return the same name the language service was registered with in Visual Studio.
This property must be implemented in the class derived from LanguageService.
Show: