IExternalDebugHost.OnDebugStarting Method (String)
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