DebuggerService.UpdateSourceLocations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collects the new mapping of model item and breakpoints from 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))
Parameters
- newSourceLocationMapping
- Dictionary<Object,SourceLocation>
A list of model item and breakpoint pairs.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.