LanguageService.Name Property

Definition

Return the name of the language, such as "HTML" or "C++", and so on.

public:
 abstract property System::String ^ Name { System::String ^ get(); };
public:
 abstract property Platform::String ^ Name { Platform::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String

Property Value

Returns a string containing the name of the language. This must return the same name the language service was registered with in Visual Studio.

Remarks

This property must be implemented in the class derived from LanguageService.

Applies to