Udostępnij za pośrednictwem


IDesignerDebugView.UpdateBreakpoint(SourceLocation, BreakpointTypes) Metoda

Definicja

Po zaimplementowaniu w klasie pochodnej aktualizuje typ punktu przerwania w określonej lokalizacji w pliku.

public:
 void UpdateBreakpoint(System::Activities::Debugger::SourceLocation ^ sourceLocation, System::Activities::Presentation::Debug::BreakpointTypes breakpointType);
public void UpdateBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation, System.Activities.Presentation.Debug.BreakpointTypes breakpointType);
abstract member UpdateBreakpoint : System.Activities.Debugger.SourceLocation * System.Activities.Presentation.Debug.BreakpointTypes -> unit
Public Sub UpdateBreakpoint (sourceLocation As SourceLocation, breakpointType As BreakpointTypes)

Parametry

sourceLocation
SourceLocation

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

breakpointType
BreakpointTypes

Określony typ punktu przerwania; na przykład wiersz, metoda lub punkty przerwania wyjątków.

Dotyczy