RuleStatementAction 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 RuleStatementAction 类的新实例。
重载
RuleStatementAction() |
初始化 RuleStatementAction 类的新实例。 |
RuleStatementAction(CodeExpression) |
使用 RuleStatementAction 初始化 CodeExpression 类的新实例。 |
RuleStatementAction(CodeStatement) |
使用 RuleStatementAction 初始化 CodeStatement 类的新实例。 |
RuleStatementAction()
初始化 RuleStatementAction 类的新实例。
public:
RuleStatementAction();
public RuleStatementAction ();
Public Sub New ()
适用于
RuleStatementAction(CodeExpression)
使用 RuleStatementAction 初始化 CodeExpression 类的新实例。
public:
RuleStatementAction(System::CodeDom::CodeExpression ^ codeDomExpression);
public RuleStatementAction (System.CodeDom.CodeExpression codeDomExpression);
new System.Workflow.Activities.Rules.RuleStatementAction : System.CodeDom.CodeExpression -> System.Workflow.Activities.Rules.RuleStatementAction
Public Sub New (codeDomExpression As CodeExpression)
参数
- codeDomExpression
- CodeExpression
指定要执行的操作的 CodeExpression。
适用于
RuleStatementAction(CodeStatement)
使用 RuleStatementAction 初始化 CodeStatement 类的新实例。
public:
RuleStatementAction(System::CodeDom::CodeStatement ^ codeDomStatement);
public RuleStatementAction (System.CodeDom.CodeStatement codeDomStatement);
new System.Workflow.Activities.Rules.RuleStatementAction : System.CodeDom.CodeStatement -> System.Workflow.Activities.Rules.RuleStatementAction
Public Sub New (codeDomStatement As CodeStatement)
参数
- codeDomStatement
- CodeStatement
指定要执行的操作的 CodeStatement。