BreakpointTarget.ResetHitCount Method
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.
Resets the HitCount value to zero.
public:
void ResetHitCount();
public void ResetHitCount ();
member this.ResetHitCount : unit -> unit
Public Sub ResetHitCount ()
Examples
The following code example shows how to reset the hit count of a breakpoint.
bpTarget.ResetHitCount();
bpTarget.ResetHitCount()