IDebugStackFrame.GetCodeContext(IDebugCodeContext) 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::IDebugCodeContext ^ % ppcc);
public int GetCodeContext(out Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext ppcc);
abstract member GetCodeContext : IDebugCodeContext -> int
Public Function GetCodeContext (ByRef ppcc As IDebugCodeContext) As Integer
Parameters
- ppcc
- IDebugCodeContext