Compartir a través de


DebuggerService.UpdateSourceLocations Método

Definición

Recopila la nueva asignación del elemento de modelo y los puntos de interrupción desde 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))

Parámetros

newSourceLocationMapping
Dictionary<Object,SourceLocation>

Lista de pares de elemento de modelo y punto de interrupción.

Se aplica a