SimpleEditorView.Terminate 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.
Called by the component manager when it wishes to terminate the view's registration.
public:
virtual void Terminate();
public:
virtual void Terminate();
virtual void Terminate();
public virtual void Terminate ();
abstract member Terminate : unit -> unit
override this.Terminate : unit -> unit
Public Overridable Sub Terminate ()
Implements
Remarks
When implemented by derived classes, the view should revoke its registration with the component manager, release any references to the component manager, and perform any necessary cleanup.