IDesignerDebugView.UpdateBreakpoint(SourceLocation, BreakpointTypes) 方法
定义
在派生类中实现时,更新源文件中指定位置处的断点的类型。When implemented in a derived class, updates the type of the breakpoint at a specified location in a file.
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
目标源代码文件中的特定位置。A specific location in a target source code file.
- breakpointType
- BreakpointTypes
指定的断点类型,例如:行断点、方法断点或异常断点。A specified type of breakpoint; for example, line, method, or exception breakpoints.