Breakpoint3.CurrentHits Property

Definition

Gets the number of times this breakpoint has been hit during this debugging session.

public:
 property int CurrentHits { int get(); };
public:
 property int CurrentHits { int get(); };
[System.Runtime.InteropServices.DispId(115)]
public int CurrentHits { [System.Runtime.InteropServices.DispId(115)] get; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
member this.CurrentHits : int
Public ReadOnly Property CurrentHits As Integer

Property Value

An integer that contains the number of times a breakpoint is hit during the debugging session.

Implements

Attributes

Remarks

See CurrentHits.

Applies to