Breakpoint3::CurrentHits Property

 

Gets the number of times this breakpoint has been hit during this debugging session.

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

property int CurrentHits {
	int get();
}

Property Value

Type: System::Int32

An integer that contains the number of times a breakpoint is hit during the debugging session.

Return to top
Show: