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