Breakpoint3.HitCountType Property

Definition

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

public:
 property EnvDTE::dbgHitCountType HitCountType { EnvDTE::dbgHitCountType get(); };
public:
 property EnvDTE::dbgHitCountType HitCountType { EnvDTE::dbgHitCountType get(); };
[System.Runtime.InteropServices.DispId(111)]
public EnvDTE.dbgHitCountType HitCountType { [System.Runtime.InteropServices.DispId(111)] get; }
[<System.Runtime.InteropServices.DispId(111)>]
[<get: System.Runtime.InteropServices.DispId(111)>]
member this.HitCountType : EnvDTE.dbgHitCountType
Public ReadOnly Property HitCountType As dbgHitCountType

Property Value

One of the dbgHitCountType values.

Implements

Attributes

Remarks

See HitCountType.

Applies to