Breakpoint3.HitCountTarget Property

Definition

Gets the hit count target for any type of breakpoint. It is interpreted based on the hit count type.

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

Property Value

An integer that contains the hit count target for any type of breakpoint.

Implements

Attributes

Remarks

See HitCountTarget.

Applies to