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 and starts executing the add-in.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
void OnDebugStarting(
string projectId
)
void OnDebugStarting(
String^ projectId
)
abstract OnDebugStarting :
projectId:string -> unit
Sub OnDebugStarting (
projectId As String
)
Parameters
projectId
Type: System.StringThe project ID of the project being debugged.
Remarks
The OnDebugStarting call tells the host that the attach has succeeded and it should start executing the add-in.
See Also
IExternalDebugHost Interface
Microsoft.VisualStudio.Tools.Applications Namespace