Virtual Method
IdeEditorAddinunload
since: 3.32
Description
This method is called to unload the addin.
The addin is responsible for undoing anything it setup in load and cancel any in-flight or pending tasks immediately.
Available since: 3.32
Parameters
surface
-
Type:
IdeEditorSurface
An
IdeEditorSurface
.The data is owned by the caller of the function.