Condividi tramite


IDebugAsyncTask120.GetContinuationFrames Method

Definition

public:
 int GetContinuationFrames(Microsoft::VisualStudio::Debugger::Interop::IDebugThread2 ^ pThread, Microsoft::VisualStudio::Debugger::Interop::enum_FRAMEINFO_FLAGS dwFieldSpec, Microsoft::VisualStudio::Debugger::Interop::FRAMEINFO_FLAGS_EX dwFieldSpecExtended, System::UInt32 nRadix, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugFrameInfo2 ^ % ppEnum);
public int GetContinuationFrames(Microsoft.VisualStudio.Debugger.Interop.IDebugThread2 pThread, Microsoft.VisualStudio.Debugger.Interop.enum_FRAMEINFO_FLAGS dwFieldSpec, Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO_FLAGS_EX dwFieldSpecExtended, uint nRadix, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugFrameInfo2 ppEnum);
abstract member GetContinuationFrames : Microsoft.VisualStudio.Debugger.Interop.IDebugThread2 * Microsoft.VisualStudio.Debugger.Interop.enum_FRAMEINFO_FLAGS * Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO_FLAGS_EX * uint32 * IEnumDebugFrameInfo2 -> int
Public Function GetContinuationFrames (pThread As IDebugThread2, dwFieldSpec As enum_FRAMEINFO_FLAGS, dwFieldSpecExtended As FRAMEINFO_FLAGS_EX, nRadix As UInteger, ByRef ppEnum As IEnumDebugFrameInfo2) As Integer

Parameters

pThread
IDebugThread2
dwFieldSpec
enum_FRAMEINFO_FLAGS
dwFieldSpecExtended
FRAMEINFO_FLAGS_EX
nRadix
UInt32

Returns

Applies to