Condividi tramite


DebuggerService.UpdateBreakpoint(SourceLocation, BreakpointTypes) Metodo

Definizione

Aggiorna l'aspetto di un punto di interruzione specificato per mostrare il tipo indicato.

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

Parametri

sourceLocation
SourceLocation

Posizione del punto di interruzione da aggiornare.

newBreakpointType
BreakpointTypes

Nuovo tipo del punto di interruzione dell'enumerazione BreakpointTypes.

Implementazioni

Si applica a