VsDropdownBarClass.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 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.