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 獲得新的斷點類型。

實作

適用於