Breakpoint::HitCountType Property

 

Describes how to interpret a hit count.

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

property dbgHitCountType HitCountType {
	dbgHitCountType get();
}

Property Value

Type: EnvDTE::dbgHitCountType

A dbgHitCountType value.

This describes how to interpret a hit count. Specifies when to stop on a breakpoint depending on the type.

The following example demonstrates how to use the HitCountType property.

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