IDesignerDebugView.InsertBreakpoint(SourceLocation, BreakpointTypes) Methode

Definition

Wenn sie in einer abgeleiteten Klasse implementiert wird, wird ein Haltepunkt an dem angegebenen Speicherort in einer Datei platziert.

public:
 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
Public Sub InsertBreakpoint (sourceLocation As SourceLocation, breakpointType As BreakpointTypes)

Parameter

sourceLocation
SourceLocation

Ein bestimmter Speicherort in einer Zielquellcodedatei.

breakpointType
BreakpointTypes

Das Element einer Enumeration von Haltepunkttypen, die "Bounded", "Conditional", "Enabled" und "None" enthalten können.

Gilt für: