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

目标源代码文件中的特定位置。

适用于