SourceLocationProvider.GetSourceLocations(Activity, WorkflowSymbol) Método

Definição

Obtém as localizações de origem para a atividade raiz e os símbolos de workflow especificados.

public:
 static System::Collections::Generic::Dictionary<System::Object ^, System::Activities::Debugger::SourceLocation ^> ^ GetSourceLocations(System::Activities::Activity ^ rootActivity, System::Activities::Debugger::Symbol::WorkflowSymbol ^ symbol);
public static System.Collections.Generic.Dictionary<object,System.Activities.Debugger.SourceLocation> GetSourceLocations(System.Activities.Activity rootActivity, System.Activities.Debugger.Symbol.WorkflowSymbol symbol);
static member GetSourceLocations : System.Activities.Activity * System.Activities.Debugger.Symbol.WorkflowSymbol -> System.Collections.Generic.Dictionary<obj, System.Activities.Debugger.SourceLocation>
Public Shared Function GetSourceLocations (rootActivity As Activity, symbol As WorkflowSymbol) As Dictionary(Of Object, SourceLocation)

Parâmetros

rootActivity
Activity

Um elemento de workflow que representa a atividade raiz a partir da qual obter as localizações de origem.

symbol
WorkflowSymbol

Um objeto que contém os símbolos do fluxo de trabalho.

Devoluções

Um Dictionary<TKey,TValue> objeto que contém as localizações de origem.

Aplica-se a