Source.LanguageService Property

Definition

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.

Applies to