LanguageService::GetLanguageName Method (String^)
Visual Studio 2015
Returns the name of the language this language service handles.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- name
-
Type:
System::String^
[out] Returns the name of the language.
The base method always returns the value returned by the Name property (which must be implemented in a derived class).
Show: