DebuggerService.UpdateBreakpoint(SourceLocation, BreakpointTypes) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the appearance of a specified breakpoint to show the specified type.
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)
Parameters
- sourceLocation
- SourceLocation
The location of the breakpoint to update.
- newBreakpointType
- BreakpointTypes
A new breakpoint type from the BreakpointTypes enumeration.
Implements
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.