Breakpoint3.HitCountTarget 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取针对任意类型断点的命中次数。 根据命中次数类型的不同,它有不同的解释。
public:
property int HitCountTarget { int get(); };
public:
property int HitCountTarget { int get(); };
[System.Runtime.InteropServices.DispId(112)]
public int HitCountTarget { [System.Runtime.InteropServices.DispId(112)] get; }
[<System.Runtime.InteropServices.DispId(112)>]
[<get: System.Runtime.InteropServices.DispId(112)>]
member this.HitCountTarget : int
Public ReadOnly Property HitCountTarget As Integer
属性值
一个包含针对任意类型断点的命中次数的整数。
实现
- 属性
注解
请参阅 HitCountTarget。