Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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