Condividi tramite


WorkflowOutline.RefreshNode(WorkflowOutlineNode, Boolean) Metodo

Definizione

Forza l'aggiornamento di un nodo.

protected:
 void RefreshNode(System::Workflow::ComponentModel::Design::WorkflowOutlineNode ^ nodeToUpdate, bool refreshChildNodes);
protected void RefreshNode (System.Workflow.ComponentModel.Design.WorkflowOutlineNode nodeToUpdate, bool refreshChildNodes);
member this.RefreshNode : System.Workflow.ComponentModel.Design.WorkflowOutlineNode * bool -> unit
Protected Sub RefreshNode (nodeToUpdate As WorkflowOutlineNode, refreshChildNodes As Boolean)

Parametri

nodeToUpdate
WorkflowOutlineNode

Nodo da aggiornare.

refreshChildNodes
Boolean

Valore Boolean che indica se è o meno necessario aggiornare i nodi figlio.

Si applica a