IDebugEngine2.ContinueFromSynchronousEvent(IDebugEvent2) 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 ContinueFromSynchronousEvent(Microsoft::VisualStudio::Debugger::Interop::IDebugEvent2 ^ pEvent);
public int ContinueFromSynchronousEvent(Microsoft.VisualStudio.Debugger.Interop.IDebugEvent2 pEvent);
abstract member ContinueFromSynchronousEvent : Microsoft.VisualStudio.Debugger.Interop.IDebugEvent2 -> int
Public Function ContinueFromSynchronousEvent (pEvent As IDebugEvent2) As Integer
Parameters
- pEvent
- IDebugEvent2