WorkflowOutline.GetNode(Activity) Méthode

Définition

Récupère le nœud dans l’associé WorkflowOutline au fichier spécifié Activity.

protected:
 System::Workflow::ComponentModel::Design::WorkflowOutlineNode ^ GetNode(System::Workflow::ComponentModel::Activity ^ activity);
protected System.Workflow.ComponentModel.Design.WorkflowOutlineNode GetNode(System.Workflow.ComponentModel.Activity activity);
member this.GetNode : System.Workflow.ComponentModel.Activity -> System.Workflow.ComponentModel.Design.WorkflowOutlineNode
Protected Function GetNode (activity As Activity) As WorkflowOutlineNode

Paramètres

activity
Activity

Activity Associé au nœud à récupérer.

Retours

Associé WorkflowOutlineNode à activity.

Remarques

Contient WorkflowOutline un pour chaque activité qu’un WorkflowOutlineNode utilisateur ajoute à une surface de conception de flux de travail.

S’applique à