TrackingParameters.CallPath Propriété
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 une liste de chaînes, chacune représentant le QualifiedName d'une activité dans la chaîne d'appel de l'instance de workflow associée au canal de suivi.
public:
property System::Collections::Generic::IList<System::String ^> ^ CallPath { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> CallPath { get; }
member this.CallPath : System.Collections.Generic.IList<string>
Public ReadOnly Property CallPath As IList(Of String)
Valeur de propriété
Liste de chaînes, chacune représentant le QualifiedName d'une activité dans la chaîne d'appel de l'instance de workflow associée au canal de suivi.
Remarques
Actuellement, seul le QualifiedName de l'activité qui a appelé l'instance de workflow est inclus dans la liste.