IDTSBreakpointTarget100.HitTarget 属性

定义

public:
 property int HitTarget { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(5)]
public int HitTarget { [System.Runtime.InteropServices.DispId(5)] get; [System.Runtime.InteropServices.DispId(5)] set; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
[<set: System.Runtime.InteropServices.DispId(5)>]
member this.HitTarget : int with get, set
Public Property HitTarget As Integer

属性值

一个表示目标值的 整数 ;与 HitCount 值进行比较以确定是否应发生断点。

属性

适用于