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


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

Определение

При реализации в производном классе обновляет точку останова в указанном местоположении в файле.

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)

Параметры

sourceLocation
SourceLocation

Указанное местоположение в целевом файле исходного кода.

breakpointType
BreakpointTypes

Заданный тип точки останова; например, строка, метод или исключение.

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