Partager via


IDesignerDebugView.UpdateBreakpoint(SourceLocation, BreakpointTypes) Méthode

Définition

Lors d'une implémentation dans une classe dérivée, met à jour le type du point d'arrêt à un emplacement spécifié dans un fichier source.

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)

Paramètres

sourceLocation
SourceLocation

Emplacement spécifique dans un fichier de code source cible.

breakpointType
BreakpointTypes

Type spécifié de point d'arrêt ; par exemple, ligne, méthode ou points d'arrêt d'exception.

S’applique à