WorkflowRuntimeServiceElementCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
表示要加入至工作流程執行階段引擎之服務的集合。
public ref class WorkflowRuntimeServiceElementCollection : System::Configuration::ConfigurationElementCollection
public class WorkflowRuntimeServiceElementCollection : System.Configuration.ConfigurationElementCollection
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowRuntimeServiceElementCollection : System.Configuration.ConfigurationElementCollection
type WorkflowRuntimeServiceElementCollection = class
inherit ConfigurationElementCollection
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeServiceElementCollection = class
inherit ConfigurationElementCollection
Public Class WorkflowRuntimeServiceElementCollection
Inherits ConfigurationElementCollection
- 繼承
- 衍生
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
表示組態檔中 專案 <Services> 所指定的服務。
建構函式
| WorkflowRuntimeServiceElementCollection() |
已淘汰.
初始化 WorkflowRuntimeServiceElementCollection 類別的新執行個體。 |
屬性
方法
明確介面實作
| ICollection.CopyTo(Array, Int32) |
已淘汰.
將 ConfigurationElementCollection 複製至陣列。 (繼承來源 ConfigurationElementCollection) |
擴充方法
| Cast<TResult>(IEnumerable) |
已淘汰.
將 IEnumerable 的項目轉換成指定的型別。 |
| OfType<TResult>(IEnumerable) |
已淘汰.
根據指定的型別來篩選 IEnumerable 的項目。 |
| AsParallel(IEnumerable) |
已淘汰.
啟用查詢的平行化作業。 |
| AsQueryable(IEnumerable) |
已淘汰.
將 IEnumerable 轉換成 IQueryable。 |