Thread2::SuspendCount Property

 

Gets the number of times this thread has been suspended by the debugger.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property int SuspendCount {
	int get();
}

Property Value

Type: System::Int32

An integer representing the number of times this thread has been suspended by the debugger.

The following example demonstrates how to use the Collection property.

No code example is currently available or this language may not be supported.
Return to top
Show: