CodeWindowManager::RemoveAdornments Method ()
Visual Studio 2015
Called to remove any adornments on a text view that is being closed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Return Value
Type: System::Int32If successful, this method returns S_OK; otherwise, this method returns an error code.
Implements
IVsCodeWindowManager::RemoveAdornments()The base method removes any drop-down bars that may have been added by AddAdornments, closes all view filters, closes the Source object and calls LanguageService::OnCloseSource, and finally calls RemoveCodeWindowManager to remove the association with the language service.
Show: