ExecutionType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
アクティビティの実行モードを指定します。
public enum class ExecutionType
public enum ExecutionType
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum ExecutionType
type ExecutionType =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ExecutionType =
Public Enum ExecutionType
- 継承
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| Sequence | 0 | アクティビティを順番に実行します。 各アクティビティは、前のアクティビティの実行が完了した後に順番に実行されます。 |
| Parallel | 1 | アクティビティを並列で実行します。 |
注釈
Note
この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 の