Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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