Condividi tramite


IDebugThread3.GetLogicalThread Method

Definition

public:
 int GetLogicalThread(Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame2 ^ pStackFrame, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugLogicalThread2 ^ % ppLogicalThread);
public int GetLogicalThread (Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 pStackFrame, out Microsoft.VisualStudio.Debugger.Interop.IDebugLogicalThread2 ppLogicalThread);
abstract member GetLogicalThread : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 * IDebugLogicalThread2 -> int
Public Function GetLogicalThread (pStackFrame As IDebugStackFrame2, ByRef ppLogicalThread As IDebugLogicalThread2) As Integer

Parameters

pStackFrame
IDebugStackFrame2
ppLogicalThread
IDebugLogicalThread2

Returns

Implements

Applies to