WorkflowOutline.RefreshNode(WorkflowOutlineNode, Boolean) 方法

定義

強制節點被刷新。

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)

參數

nodeToUpdate
WorkflowOutlineNode

必須更新的節點。

refreshChildNodes
Boolean

Boolean 表示子節點是否必須更新的值。

適用於