Condividi tramite


IDebugThread3.CanSetNextStatement Method

Definition

public:
 int CanSetNextStatement(Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame2 ^ pStackFrame, Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ pCodeContext);
public int CanSetNextStatement (Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 pStackFrame, Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 pCodeContext);
abstract member CanSetNextStatement : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 * Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 -> int
Public Function CanSetNextStatement (pStackFrame As IDebugStackFrame2, pCodeContext As IDebugCodeContext2) As Integer

Parameters

pStackFrame
IDebugStackFrame2
pCodeContext
IDebugCodeContext2

Returns

Implements

Applies to