Sdílet prostřednictvím


DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Metoda

Definice

Vloží novou zarážku zadaného typu v zadaném umístění.

public:
 virtual 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
override this.InsertBreakpoint : System.Activities.Debugger.SourceLocation * System.Activities.Presentation.Debug.BreakpointTypes -> unit
Public Sub InsertBreakpoint (sourceLocation As SourceLocation, breakpointType As BreakpointTypes)

Parametry

sourceLocation
SourceLocation

Umístění ve zdrojovém souboru, který obdrží novou zarážku.

breakpointType
BreakpointTypes

Typ zarážky; například žádný, povolený, vázaný nebo podmíněný.

Implementuje

Platí pro