Share via


IExternalDebugHost.OnDebugStarting Method

Loads the add-in.

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 OnDebugStarting
'Usage
Dim instance As IExternalDebugHost

instance.OnDebugStarting()
void OnDebugStarting()
void OnDebugStarting()
function OnDebugStarting()

Remarks

The add-in process is specified in OnBeforeDebugStarting. To load the add-in in an external process, you can unload the add-in first that is loaded in the host application process and then load it in the external process.

.NET Framework Security

See Also

Reference

IExternalDebugHost Interface

IExternalDebugHost Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace