IVsDebuggerHostMessageEvents.OnMessagableProgramDestroyed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int OnMessagableProgramDestroyed(cli::array <Microsoft::VisualStudio::Debugger::Interop::MessagableProgramInfo> ^ pMessagableProgramInfo);
public int OnMessagableProgramDestroyed(Microsoft.VisualStudio.Debugger.Interop.MessagableProgramInfo[] pMessagableProgramInfo);
abstract member OnMessagableProgramDestroyed : Microsoft.VisualStudio.Debugger.Interop.MessagableProgramInfo[] -> int
Public Function OnMessagableProgramDestroyed (pMessagableProgramInfo As MessagableProgramInfo()) As Integer
Parameters
- pMessagableProgramInfo
- MessagableProgramInfo[]