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。