Debugger5.BreakpointLastHit Propriedade

Definição

Obtém a última visita de ponto de interrupção. Para obter uma coleção de vários pontos de interrupção atingidos simultaneamente, consulte AllBreakpointsLastHit .

public:
 property EnvDTE::Breakpoint ^ BreakpointLastHit { EnvDTE::Breakpoint ^ get(); };
public:
 property EnvDTE::Breakpoint ^ BreakpointLastHit { EnvDTE::Breakpoint ^ get(); };
[System.Runtime.InteropServices.DispId(110)]
public EnvDTE.Breakpoint BreakpointLastHit { [System.Runtime.InteropServices.DispId(110)] get; }
[<System.Runtime.InteropServices.DispId(110)>]
[<get: System.Runtime.InteropServices.DispId(110)>]
member this.BreakpointLastHit : EnvDTE.Breakpoint
Public ReadOnly Property BreakpointLastHit As Breakpoint

Valor da propriedade

Breakpoint

Um objeto Breakpoint.

Implementações

Atributos

Aplica-se a