IDesignerDebugView.UpdateBreakpoint(SourceLocation, BreakpointTypes) Methode

Definitie

Wanneer het wordt geïmplementeerd in een afgeleide klasse, wordt het type onderbrekingspunt bijgewerkt op een opgegeven locatie in een bestand.

public:
 void UpdateBreakpoint(System::Activities::Debugger::SourceLocation ^ sourceLocation, System::Activities::Presentation::Debug::BreakpointTypes breakpointType);
public void UpdateBreakpoint(System.Activities.Debugger.SourceLocation sourceLocation, System.Activities.Presentation.Debug.BreakpointTypes breakpointType);
abstract member UpdateBreakpoint : System.Activities.Debugger.SourceLocation * System.Activities.Presentation.Debug.BreakpointTypes -> unit
Public Sub UpdateBreakpoint (sourceLocation As SourceLocation, breakpointType As BreakpointTypes)

Parameters

sourceLocation
SourceLocation

Een specifieke locatie in een doelbroncodebestand.

breakpointType
BreakpointTypes

Een opgegeven type onderbrekingspunt; Bijvoorbeeld regel-, methode- of uitzonderingsonderbrekingspunten.

Van toepassing op