DebuggerService.UpdateSourceLocations Método

Definición

Recopila la nueva asignación de elementos de modelo y puntos de interrupción de 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 punto de interrupción y elemento de modelo.

Se aplica a