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.
Prepares the host for debugging.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
uint OnBeforeDebugStarting(
string projectId
)
unsigned int OnBeforeDebugStarting(
String^ projectId
)
abstract OnBeforeDebugStarting :
projectId:string -> uint32
Function OnBeforeDebugStarting (
projectId As String
) As UInteger
Parameters
projectId
Type: System.Stringproject ID of the project to be debugged.
Return Value
Type: System.UInt32
Returns the process ID of the process hosting the add-in.
See Also
IExternalDebugHost Interface
Microsoft.VisualStudio.Tools.Applications Namespace