IEnumDebugStackFrames2.GetIndex(IDebugStackFrame2, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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