OleComponent.IOleComponent.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 when component manager wishes to terminate the component's registration. Component should revoke its registration with component manager, release references to component manager and perform any necessary cleanup. Simply calls through to TerminateCore().
virtual void Microsoft.VisualStudio.OLE.Interop.IOleComponent.Terminate() = Microsoft::VisualStudio::OLE::Interop::IOleComponent::Terminate;
virtual void Microsoft.VisualStudio.OLE.Interop.IOleComponent.Terminate() = Microsoft::VisualStudio::OLE::Interop::IOleComponent::Terminate;
void Microsoft.VisualStudio.OLE.Interop.IOleComponent.Terminate();
void IOleComponent.Terminate ();
abstract member Microsoft.VisualStudio.OLE.Interop.IOleComponent.Terminate : unit -> unit
override this.Microsoft.VisualStudio.OLE.Interop.IOleComponent.Terminate : unit -> unit
Sub Terminate () Implements IOleComponent.Terminate