CodeWindowManager::LanguageService Property
Visual Studio 2015
Returns the language service that owns this code window manager.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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.
Show: