Thread2::SuspendCount Property
Visual Studio 2015
Gets the number of times this thread has been suspended by the debugger.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Property Value
Type: System::Int32An integer representing the number of times this thread has been suspended by the debugger.
Implements
Thread::SuspendCountThe following example demonstrates how to use the Collection property.
Show: