SourceLocationProvider.GetSourceLocations(Activity, WorkflowSymbol) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les emplacements source pour les symboles d'activité racine et de flux de travail spécifiés.
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)
Paramètres
- rootActivity
- Activity
Élément de flux de travail qui représente l'activité racine depuis laquelle obtenir les emplacements source.
- symbol
- WorkflowSymbol
Objet qui contient les symboles de flux de travail.
Retours
Objet Dictionary<TKey,TValue> qui contient les emplacements source.