Breakpoint3.HitCountTarget 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 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.