नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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