IExternalDebugHost.OnDebugStopping Method (String)

 

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.String

    The project ID of the project that was being debugged.

See Also

IExternalDebugHost Interface
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top