Virtual Method

IdeOmniBarAddinunload

Declaration

void
unload (
  IdeOmniBarAddin* self,
  IdeOmniBar* omni_bar
)

Description

Requests that the IdeOmniBarAddin shutdown, possibly modifying omni_bar as necessary to return it to the original state before the addin was loaded.

Parameters

omni_bar

Type: IdeOmniBar

An IdeOmniBar.

The data is owned by the caller of the function.