IDebugProgramDestroyEventFlags2
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Enables a debug engine to override the default behavior of the Visual Studio UI when you end a debug session.
Syntax
IDebugProgramDestroyEventFlags2 : IUnknown
Notes for Implementers
This interface is implemented by debug engines. It is useful for hosts that might create and destroy multiple programs over the lifetime of a process.
Methods
The following table shows the methods of IDebugProgramDestroyEventFlags2
.
Method | Description |
---|---|
GetFlags | Retrieves the program destroy flags. |
Remarks
The default behavior of the Visual Studio UI is to go back to design mode after all programs have sent a program destroy event. This interface enables a debug engine to change that behavior.
Requirements
Header: Msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll