Breakpoint3.HitCountType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.