DebuggerService.UpdateBreakpoint(SourceLocation, BreakpointTypes) Methode

Definitie

Hiermee wordt het uiterlijk van een opgegeven onderbrekingspunt bijgewerkt om het opgegeven type weer te geven.

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

Parameters

sourceLocation
SourceLocation

De locatie van het onderbrekingspunt dat moet worden bijgewerkt.

newBreakpointType
BreakpointTypes

Een nieuw onderbrekingspunttype uit de BreakpointTypes opsomming.

Implementeringen

Van toepassing op