IDesignerDebugView.InsertBreakpoint(SourceLocation, BreakpointTypes) 方法

定义

在派生类中实现时,在文件中的指定位置处放置断点。

public:
 void InsertBreakpoint(System::Activities::Debugger::SourceLocation ^ sourceLocation, System::Activities::Presentation::Debug::BreakpointTypes breakpointType);
public void InsertBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation, System.Activities.Presentation.Debug.BreakpointTypes breakpointType);
abstract member InsertBreakpoint : System.Activities.Debugger.SourceLocation * System.Activities.Presentation.Debug.BreakpointTypes -> unit
Public Sub InsertBreakpoint (sourceLocation As SourceLocation, breakpointType As BreakpointTypes)

参数

sourceLocation
SourceLocation

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

breakpointType
BreakpointTypes

可能包括 Bounded、Conditional、Enabled 和 None的断点类型的枚举成员。

适用于