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

属性值

Int32

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

属性

适用于