LanguageServices Class
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.
Per language services provided by the host environment.
public sealed class LanguageServices
type LanguageServices = class
Public NotInheritable Class LanguageServices
- Inheritance
-
LanguageServices
Properties
Language |
The name of the language |
SolutionServices |
Methods
GetRequiredService<TLanguageService>() |
Gets a language specific service provided by the host identified by the service type. If the host does not provide the service, this method returns throws InvalidOperationException. |
GetService<TLanguageService>() |
Gets a language specific service provided by the host identified by the service type. If the host does not provide the service, this method returns null. |