Source::LanguageService Property

 

Gets the language service associated with the source file.

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

public:
property LanguageService^ LanguageService {
	LanguageService^ get();
}

Property Value

Type: Microsoft.VisualStudio.Package::LanguageService^

The LanguageService object passed to the constructor.

This property allows the Source class to call into the LanguageService class.

Return to top
Show: