共用方式為


IDesignerDebugView.DeleteBreakpoint(SourceLocation) 方法

定義

在衍生類別內實作時,移除原始程式檔中指定之位置的中斷點。

public:
 void DeleteBreakpoint(System::Activities::Debugger::SourceLocation ^ sourceLocation);
public void DeleteBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation);
abstract member DeleteBreakpoint : System.Activities.Debugger.SourceLocation -> unit
Public Sub DeleteBreakpoint (sourceLocation As SourceLocation)

參數

sourceLocation
SourceLocation

目標原始程式碼檔中的特定位置。

適用於