Condividi tramite


DebuggerService.UpdateSourceLocations Metodo

Definizione

Raccoglie il nuovo mapping dell'elemento del modello e dei punti di interruzione da SourceLocationMapping.

public:
 void UpdateSourceLocations(System::Collections::Generic::Dictionary<System::Object ^, System::Activities::Debugger::SourceLocation ^> ^ newSourceLocationMapping);
public void UpdateSourceLocations (System.Collections.Generic.Dictionary<object,System.Activities.Debugger.SourceLocation> newSourceLocationMapping);
member this.UpdateSourceLocations : System.Collections.Generic.Dictionary<obj, System.Activities.Debugger.SourceLocation> -> unit
Public Sub UpdateSourceLocations (newSourceLocationMapping As Dictionary(Of Object, SourceLocation))

Parametri

newSourceLocationMapping
Dictionary<Object,SourceLocation>

Elenco di coppie di elemento del modello e punto di interruzione.

Si applica a