Breakpoint3.HitCountType 属性

定义

获取命中次数类型,该类型描述如何解释命中次数。

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

属性值

dbgHitCountType

dbgHitCountType 值之一。

实现

属性

注解

请参阅 HitCountType

适用于