共用方式為


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 列舉的新中斷點類型。

實作

適用於