VsDropdownBarClass.Detach Method

Definition

Breaks the link between the drop-down bar and its client.

public:
 virtual void Detach() = Microsoft::VisualStudio::TextManager::Interop::IVsDropdownBar::Detach;
public:
 virtual void Detach();
public:
 virtual void Detach() = Microsoft::VisualStudio::TextManager::Interop::IVsDropdownBar::Detach;
 virtual void Detach();
public virtual void Detach ();
abstract member Detach : unit -> unit
override this.Detach : unit -> unit
Public Overridable Sub Detach ()

Implements

Remarks

If the method succeeds, it returns S_OK; otherwise, it returns an error code.

Applies to