Freigeben über


DebuggerService.GetBreakpointLocations Methode

Definition

Gibt eine Liste der letzten Haltepunktpositionen zurück.

public:
 virtual 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>
override this.GetBreakpointLocations : unit -> System.Collections.Generic.IDictionary<System.Activities.Debugger.SourceLocation, System.Activities.Presentation.Debug.BreakpointTypes>
Public Function GetBreakpointLocations () As IDictionary(Of SourceLocation, BreakpointTypes)

Gibt zurück

IDictionary<SourceLocation,BreakpointTypes>

Eine Liste der Haltepunkte, die aus der Quelldatei herausgefiltert werden.

Implementiert

Gilt für