IDesignerDebugView.UpdateBreakpoint(SourceLocation, BreakpointTypes) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別內實作時,更新檔案中指定之位置的中斷點類型。
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
指定的中斷點類型,例如,行、方法或例外狀況中斷點。