Breakpoint::HitCountTarget Property
Visual Studio 2015
Gets the hit count target for any type of breakpoint. Interpreted based on the hit count type.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::Int32An integer value representing the hit count target for any type of breakpoint.
A hit count is an optional property that determines whether your program breaks when the breakpoint is reached.
The HitCountTarget property is interpreted based on the HitCountType. See dbgHitCountType and for more information.ac045692-52d9-4872-a685-9e2a6c5eb6d7
Show: