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 枚举的新断点类型。

实现

适用于