Source.LanguageService 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.
Gets the language service associated with the source file.
public:
property Microsoft::VisualStudio::Package::LanguageService ^ LanguageService { Microsoft::VisualStudio::Package::LanguageService ^ get(); };
public Microsoft.VisualStudio.Package.LanguageService LanguageService { get; }
member this.LanguageService : Microsoft.VisualStudio.Package.LanguageService
Public ReadOnly Property LanguageService As LanguageService
Property Value
The LanguageService object passed to the constructor.
Remarks
This property allows the Source class to call into the LanguageService class.