Debugger4::AllBreakpointsLastHit Property

 

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

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

property Breakpoints^ AllBreakpointsLastHit {
	Breakpoints^ get();
}

Property Value

Type: EnvDTE::Breakpoints^

A Breakpoints collection.

Return to top
Show: