IDesignerDebugView.GetBreakpointLocations Methode

Definitie

Wanneer deze wordt geïmplementeerd in een afgeleide klasse, retourneert u een lijst met momenteel ingestelde locatie- en typeparen van onderbrekingspunten.

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)

Retouren

Een lijst met huidige locatie- en typeparen voor onderbrekingspunten.

Van toepassing op