OleComponent.TerminateCore Method

Default implemmentation of Terminate. Simply raises the Terminate event if there are listeners. Also calls Dispose and nulls out any reference to a IOleComponentManager that we may have been constructed with.

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

Syntax

‘선언
Protected Overridable Sub TerminateCore
‘사용 방법

Me.TerminateCore()
protected virtual void TerminateCore()
protected:
virtual void TerminateCore()
abstract TerminateCore : unit -> unit 
override TerminateCore : unit -> unit 
protected function TerminateCore()

.NET Framework Security

See Also

Reference

OleComponent Class

OleComponent Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace