DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Methode

Definitie

Hiermee voegt u een nieuw onderbrekingspunt van het opgegeven type in op de opgegeven locatie.

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

Parameters

sourceLocation
SourceLocation

De locatie in het bronbestand dat het nieuwe onderbrekingspunt ontvangt.

breakpointType
BreakpointTypes

Het type onderbrekingspunt; Bijvoorbeeld: Geen, Ingeschakeld, Gebonden of Voorwaardelijk.

Implementeringen

Van toepassing op