Aracılığıyla paylaş


IDesignerDebugView.UpdateBreakpoint(SourceLocation, BreakpointTypes) Yöntem

Tanım

Türetilmiş bir sınıfta uygulandığında, bir dosyada belirtilen konumdaki kesme noktasının türünü güncelleştirir.

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)

Parametreler

sourceLocation
SourceLocation

Hedef kaynak kodu dosyasındaki belirli bir konum.

breakpointType
BreakpointTypes

Belirtilen kesme noktası türü; örneğin, satır, yöntem veya özel durum kesme noktaları.

Şunlara uygulanır