Partilhar via


IDesignerDebugView.GetBreakpointLocations Método

Definição

Quando implementada em uma classe derivada, retorna uma lista de pares de local e tipo de ponto de interrupção definidos no momento.

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)

Retornos

IDictionary<SourceLocation,BreakpointTypes>

Uma lista de pares de local e tipo de ponto de interrupção definidos no momento.

Aplica-se a