LanguageService::Name Property

 

Returns the name of the language (for example, "C++" or "HTML").

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property String^ Name {
	virtual String^ get() abstract;
}

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.

Return to top
Show: