IDesignerDebugView.UpdateBreakpoint(SourceLocation, BreakpointTypes) Methode

Definition

Wenn sie in einer abgeleiteten Klasse implementiert wird, wird der Typ des Haltepunkts an einem bestimmten Speicherort in einer Datei aktualisiert.

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)

Parameter

sourceLocation
SourceLocation

Ein bestimmter Speicherort in einer Zielquellcodedatei.

breakpointType
BreakpointTypes

Ein angegebener Haltepunkttyp; Beispiel: Zeilen-, Methoden- oder Ausnahmetrennpunkte.

Gilt für: