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

See Also

Reference

IOleComponent Interface

Microsoft.VisualStudio.OLE.Interop Namespace