LanguagePreferences::LanguageName Property

 

Gets or sets the name the language service is registered under.

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

protected:
property String^ LanguageName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the language or null if the name was not set.

The value returned is the same as the value passed to the constructor. This property is typically not set outside the LanguagePreferences class itself.

Return to top
Show: