WorkflowOutline.GetNode(Activity) 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.
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
Retours
Associé WorkflowOutlineNode à activity.
Remarques
Contient WorkflowOutline un pour chaque activité qu’un WorkflowOutlineNode utilisateur ajoute à une surface de conception de flux de travail.