Udostępnij za pośrednictwem


IDesignerDebugView.InsertBreakpoint(SourceLocation, BreakpointTypes) Metoda

Definicja

Po zaimplementowaniu w klasie pochodnej program umieszcza punkt przerwania w określonej lokalizacji w pliku.

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)

Parametry

sourceLocation
SourceLocation

Określona lokalizacja w docelowym pliku kodu źródłowego.

breakpointType
BreakpointTypes

Element członkowski wyliczenia typów punktów przerwania, które mogą obejmować ograniczone, warunkowe, włączone i brak.

Dotyczy