ExtendedWorkflowRuntimeServiceElementCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*
表示組態項目的集合,代表要新增至工作流程執行階段引擎的延伸服務。
public ref class ExtendedWorkflowRuntimeServiceElementCollection : System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement))]
public class ExtendedWorkflowRuntimeServiceElementCollection : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement))]
[System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")]
public class ExtendedWorkflowRuntimeServiceElementCollection : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement))>]
type ExtendedWorkflowRuntimeServiceElementCollection = class
inherit WorkflowRuntimeServiceElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement))>]
[<System.Obsolete("The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*")>]
type ExtendedWorkflowRuntimeServiceElementCollection = class
inherit WorkflowRuntimeServiceElementCollection
Public Class ExtendedWorkflowRuntimeServiceElementCollection
Inherits WorkflowRuntimeServiceElementCollection
- 繼承
-
ExtendedWorkflowRuntimeServiceElementCollection
- 屬性
建構函式
ExtendedWorkflowRuntimeServiceElementCollection() |
已淘汰.
初始化 ExtendedWorkflowRuntimeServiceElementCollection 類別的新執行個體。 |
屬性
方法
明確介面實作
ICollection.CopyTo(Array, Int32) |
已淘汰.
將 ConfigurationElementCollection 複製至陣列。 (繼承來源 ConfigurationElementCollection) |
擴充方法
Cast<TResult>(IEnumerable) |
已淘汰.
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
已淘汰.
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
已淘汰.
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
已淘汰.
將 IEnumerable 轉換成 IQueryable。 |