LanguageService.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.