IVsButtonBar::Detach Method ()
Visual Studio 2015
Breaks the link between a button bar and its client.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr2.idl:
HRESULT IVsButtonBar::Detach();
Detach is called by RemoveButtonBar. Detach breaks the link between the Buttonbar and its client, dropping the reference that the button bar has to the client.
Show: