IDesignerDebugView.UpdateBreakpoint(SourceLocation, BreakpointTypes) Method

Definition

When implemented in a derived class, updates the type of the breakpoint at a specified location in a file.

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

A specific location in a target source code file.

breakpointType
BreakpointTypes

A specified type of breakpoint; for example, line, method, or exception breakpoints.

Applies to