CodeWindowManager::LanguageService Property

 

Returns the language service that owns this code window manager.

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^

Returns the LanguageService object given to the constructor.

There must always be a LanguageService object associated with a CodeWindowManager object.

Return to top
Show: