CodeWindowManager::Close Method ()
Visual Studio 2015
Close down the CodeWindowManager object.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
This method is not called by any class unless you call it in your implementation. When a code window is closed, the RemoveAdornments method is called and that directly handles any tasks required for closing.
Show: