Rule.ThenActions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在 THEN 事例中执行的类的 RuleAction 集合。
public:
property System::Collections::Generic::IList<System::Workflow::Activities::Rules::RuleAction ^> ^ ThenActions { System::Collections::Generic::IList<System::Workflow::Activities::Rules::RuleAction ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Activities.Rules.RuleAction> ThenActions { get; }
member this.ThenActions : System.Collections.Generic.IList<System.Workflow.Activities.Rules.RuleAction>
Public ReadOnly Property ThenActions As IList(Of RuleAction)
属性值
在 THEN 事例中执行的类的 RuleAction 集合。
注解
ThenActions 通常对某个活动属性设置变量值,调用活动的方法,或对引用程序集中的类型调用静态方法。
导致RuleHaltActionRuleSet停止执行并将控件返回到调用方法。 显式 RuleUpdateAction 指示规则正在更新变量。 这会导致重新评估任何受影响的规则。