IDesignerDebugView.GetBreakpointLocations Metodo

Definizione

Se implementata in una classe derivata, restituisce un elenco delle coppie posizione-tipo dei punti di interruzione attualmente impostate.

public:
 System::Collections::Generic::IDictionary<System::Activities::Debugger::SourceLocation ^, System::Activities::Presentation::Debug::BreakpointTypes> ^ GetBreakpointLocations();
public System.Collections.Generic.IDictionary<System.Activities.Debugger.SourceLocation,System.Activities.Presentation.Debug.BreakpointTypes> GetBreakpointLocations ();
abstract member GetBreakpointLocations : unit -> System.Collections.Generic.IDictionary<System.Activities.Debugger.SourceLocation, System.Activities.Presentation.Debug.BreakpointTypes>
Public Function GetBreakpointLocations () As IDictionary(Of SourceLocation, BreakpointTypes)

Restituisce

Elenco di coppie posizione-tipo dei punti di interruzione attualmente impostate.

Si applica a