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 number of times this breakpoint has been hit during this debugging session.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property CurrentHits As Integer
Get
int CurrentHits { get; }
property int CurrentHits {
int get ();
}
abstract CurrentHits : int
function get CurrentHits () : int
Property Value
Type: System.Int32
An integer that contains the number of times a breakpoint is hit during the debugging session.
Implements
Remarks
See CurrentHits.
.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.