Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Protected Overridable Sub TerminateCore
'Utilizzo
Me.TerminateCore()
protected virtual void TerminateCore()
protected:
virtual void TerminateCore()
abstract TerminateCore : unit -> unit
override TerminateCore : unit -> unit
protected function TerminateCore()
.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.
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace