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
中斷點類型列舉的成員,這些中斷點可能包含 [已繫結]、[條件式]、[已啟用] 和 [無]。