CodeWindowManager::Close Method ()

 

Close down the CodeWindowManager object.

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

public:
void Close()

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.

Return to top
Show: