IVsCodeWindowManager::AddAdornments Method ()
Visual Studio 2015
Adds adornments, such as drop-down bars, to a code window.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsCodeWindowManager::AddAdornments();
The code window calls this method to provide the opportunity to add adornments such as drop-down bars or button bars to the code window.
Show: