DebuggerService.UpdateSourceLocations メソッド

定義

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))

パラメーター

newSourceLocationMapping
Dictionary<Object,SourceLocation>

モデル項目とブレークポイントのペアの一覧。

適用対象