IExternalDebugHost.OnDebugStopping Method
Performs any clean up operations when debugging stops.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
Sub OnDebugStopping
'Usage
Dim instance As IExternalDebugHost
instance.OnDebugStopping()
void OnDebugStopping()
void OnDebugStopping()
function OnDebugStopping()
.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.Tools.Applications.DesignTime Namespace