IDebugStackFrame.GetThread(IDebugApplicationThread) 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 GetThread([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugApplicationThread ^ % ppat);
public int GetThread(out Microsoft.VisualStudio.Debugger.Interop.IDebugApplicationThread ppat);
abstract member GetThread : IDebugApplicationThread -> int
Public Function GetThread (ByRef ppat As IDebugApplicationThread) As Integer