共用方式為


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

中斷點類型列舉的成員,這些中斷點可能包含 [已繫結]、[條件式]、[已啟用] 和 [無]。

適用於