IDesignerDebugView.InsertBreakpoint(SourceLocation, BreakpointTypes) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中实现时,在文件中的指定位置处放置断点。
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的断点类型的枚举成员。