Share via


Breakpoint3.HitCountTarget Property

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

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property HitCountTarget As Integer
int HitCountTarget { get; }
property int HitCountTarget {
    int get ();
}
abstract HitCountTarget : int with get
function get HitCountTarget () : int

Property Value

Type: System.Int32
An integer that contains the hit count target for any type of breakpoint.

Remarks

See HitCountTarget.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

EnvDTE90a Namespace