DebuggerService.UpdateBreakpoint(SourceLocation, BreakpointTypes) 메서드

정의

지정된 유형을 표시하도록 지정된 중단점의 모양을 업데이트합니다.

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)

매개 변수

sourceLocation
SourceLocation

업데이트할 중단점의 위치입니다.

newBreakpointType
BreakpointTypes

BreakpointTypes 열거형인 새 중단점 형식입니다.

구현

적용 대상