OleComponent.IOleComponent.Terminate Method

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.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Private Sub Terminate Implements IOleComponent.Terminate
‘사용 방법
Dim instance As OleComponent

CType(instance, IOleComponent).Terminate()
void IOleComponent.Terminate()
private:
virtual void Terminate() sealed = IOleComponent::Terminate
private abstract Terminate : unit -> unit 
private override Terminate : unit -> unit 
JScript does not support explicit interface implementations.

Implements

IOleComponent.Terminate()

.NET Framework Security

See Also

Reference

OleComponent Class

OleComponent Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace