IOleComponent.Terminate Method
Terminates the message loop.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Terminate
void Terminate()
void Terminate()
abstract Terminate : unit -> unit
function Terminate()
Remarks
The component should revoke its registration with the component manager, release references to the component manager and perform any necessary cleanup.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.