Freigeben über


IDesignerDebugView.GetBreakpointLocations Methode

Definition

Bei Implementierung in einer abgeleiteten Klasse wird eine Liste von gegenwärtig festgelegten Paaren aus Haltepunktposition und -typ 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

IDictionary<SourceLocation,BreakpointTypes>

Eine Liste der gegenwärtig festgelegten Haltepunkt Speicherort-und TYPE-Paaren.

Gilt für