IVsButtonBar.Detach Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Breaks the link between a button bar and its client.
public:
void Detach();
public:
void Detach();
void Detach();
public void Detach ();
abstract member Detach : unit -> unit
Public Sub Detach ()
Remarks
COM Signature
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.