DebuggerService.UpdateBreakpoint(SourceLocation, BreakpointTypes) Method

Definition

Updates the appearance of a specified breakpoint to show the specified type.

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

The location of the breakpoint to update.

newBreakpointType
BreakpointTypes

A new breakpoint type from the BreakpointTypes enumeration.

Implements

Applies to