Share via


IDebugEngine2.ContinueFromSynchronousEvent(IDebugEvent2) Method

Definition

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

Returns

Applies to