Sdílet prostřednictvím


DebuggerService.UpdateBreakpoint(SourceLocation, BreakpointTypes) Metoda

Definice

Aktualizace vzhled zadané zarážky, aby se zobrazil zadaný typ.

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

Parametry

sourceLocation
SourceLocation

Umístění zarážky, která se má aktualizovat.

newBreakpointType
BreakpointTypes

Nový typ zarážky z výčtu BreakpointTypes .

Implementuje

Platí pro