HostWorkspaceServices.SupportedLanguages 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.
A list of language names for supported language services.
public:
virtual property System::Collections::Generic::IEnumerable<System::String ^> ^ SupportedLanguages { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<string> SupportedLanguages { get; }
member this.SupportedLanguages : seq<string>
Public Overridable ReadOnly Property SupportedLanguages As IEnumerable(Of String)