Share via


Debugger4.AllBreakpointsLastHit Property

Gets a collection of bound breakpoints that were last simultaneously hit.

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

Syntax

'Declaration
ReadOnly Property AllBreakpointsLastHit As Breakpoints
    Get
Breakpoints AllBreakpointsLastHit { get; }
property Breakpoints^ AllBreakpointsLastHit {
    Breakpoints^ get ();
}
abstract AllBreakpointsLastHit : Breakpoints
function get AllBreakpointsLastHit () : Breakpoints

Property Value

Type: EnvDTE.Breakpoints
A Breakpoints collection.

Implements

Debugger3.AllBreakpointsLastHit

Remarks

See AllBreakpointsLastHit.

.NET Framework Security

See Also

Reference

Debugger4 Interface

AllBreakpointsLastHit Overload

EnvDTE90a Namespace