Поделиться через


DebuggerService.UpdateBreakpoint(SourceLocation, BreakpointTypes) Метод

Определение

Обновляет внешний вид указанной точки останова для отображения указанного типа.

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)

Параметры

sourceLocation
SourceLocation

Местоположение точки останова, которое необходимо обновить.

newBreakpointType
BreakpointTypes

Новый тип точки останова из перечисления BreakpointTypes.

Реализации

Применяется к