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 le WorkflowOutline associé au Activity spécifié.
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
WorkflowOutlineNode associé à activity.
Remarques
Un WorkflowOutline contient un WorkflowOutlineNode pour chaque activité qu'un utilisateur ajoute à une aire de conception de workflow.