Freigeben über


DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Methode

Definition

Fügt einen neuen Haltepunkt mit dem angegebenen Typ an der angegebenen Position in.

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)

Parameter

sourceLocation
SourceLocation

Die Position in der Quelldatei, die den neuen Haltepunkt empfängt.

breakpointType
BreakpointTypes

Der Typ des Haltepunkts, z. B. Keiner, Aktiviert, Gebunden oder Bedingt.

Implementiert

Gilt für