IDebugStackFrame2.GetCodeContext(IDebugCodeContext2) 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 GetCodeContext([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ % ppCodeCxt);
public int GetCodeContext (out Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 ppCodeCxt);
abstract member GetCodeContext : IDebugCodeContext2 -> int
Public Function GetCodeContext (ByRef ppCodeCxt As IDebugCodeContext2) As Integer
Parameters
- ppCodeCxt
- IDebugCodeContext2