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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET