Share via


Breakpoint3.HitCountType Property

Gets the hit count type, which describes how to interpret a hit count.

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

Syntax

'Declaration
ReadOnly Property HitCountType As dbgHitCountType
dbgHitCountType HitCountType { get; }
property dbgHitCountType HitCountType {
    dbgHitCountType get ();
}
abstract HitCountType : dbgHitCountType with get
function get HitCountType () : dbgHitCountType

Property Value

Type: EnvDTE.dbgHitCountType
One of the dbgHitCountType values.

Remarks

See HitCountType.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

EnvDTE90a Namespace