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.
Performs any clean up operations when debugging stops.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
void OnDebugStopping(
string projectId
)
void OnDebugStopping(
String^ projectId
)
abstract OnDebugStopping :
projectId:string -> unit
Sub OnDebugStopping (
projectId As String
)
Parameters
projectId
Type: System.StringThe project ID of the project that was being debugged.
See Also
IExternalDebugHost Interface
Microsoft.VisualStudio.Tools.Applications Namespace