Breakpoint::HitCountTarget Property

 

Gets the hit count target for any type of breakpoint. Interpreted based on the hit count type.

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

property int HitCountTarget {
	int get();
}

Property Value

Type: System::Int32

An 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

The following example demonstrates how to use the HitCountTarget property.

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