LanguageService::AddCodeWindowManager Method (CodeWindowManager^)
Visual Studio 2015
Adds a code window manager to the language service.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- m
-
Type:
Microsoft.VisualStudio.Package::CodeWindowManager^
[in] An instance of the CodeWindowManager object to add.
The language service maintains an internal list of code window managers associated with the language service. This association is made when this method is called from CodeWindowManager::AddAdornments.
RemoveCodeWindowManager is called when CodeWindowManager::RemoveAdornments is called to disassociate the code window manager from the language service.
Show: