共用方式為


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

指定的中斷點類型,例如,行、方法或例外狀況中斷點。

適用於