Condividi tramite


IEnumDebugStackFrames2.GetIndex(IDebugStackFrame2, UInt32) Method

Definition

public:
 int GetIndex(Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame2 ^ pStackFrame, [Runtime::InteropServices::Out] System::UInt32 % pIndex);
public int GetIndex(Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 pStackFrame, out uint pIndex);
abstract member GetIndex : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2 * uint32 -> int
Public Function GetIndex (pStackFrame As IDebugStackFrame2, ByRef pIndex As UInteger) As Integer

Parameters

pStackFrame
IDebugStackFrame2
pIndex
UInt32

Returns

Applies to