Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
int HitCountTarget { get; }
property int HitCountTarget {
int get ();
}
abstract HitCountTarget : int
function get HitCountTarget () : int
Property Value
Type: System.Int32
An integer that contains the hit count target for any type of breakpoint.
Implements
Remarks
See HitCountTarget.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.