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

這是斷點類型列舉的成員,可能包括有界、條件、啟用及無斷點。

適用於