IDesignerDebugView.GetBreakpointLocations Methode

Definition

Wenn sie in einer abgeleiteten Klasse implementiert wird, wird eine Liste der derzeit festgelegten Haltepunktpositions- und Typpaare zurückgegeben.

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)

Gibt zurück

Eine Liste der derzeit festgelegten Haltepunktpositions- und Typpaare.

Gilt für: