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.

Применяется к