Breakpoint3.CurrentHits Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.