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.50 中的
表示配置文件中元素指定的 <Services> 服务。
构造函数
| 名称 | 说明 |
|---|---|
| WorkflowRuntimeServiceElementCollection() |
已过时.
初始化 WorkflowRuntimeServiceElementCollection 类的新实例。 |
属性
方法
显式接口实现
| 名称 | 说明 |
|---|---|
| ICollection.CopyTo(Array, Int32) |
已过时.
将 ConfigurationElementCollection 复制到数组。 (继承自 ConfigurationElementCollection) |
扩展方法
| 名称 | 说明 |
|---|---|
| AsParallel(IEnumerable) |
已过时.
启用查询的并行化。 |
| AsQueryable(IEnumerable) |
已过时.
将 IEnumerable 转换为 IQueryable。 |
| Cast<TResult>(IEnumerable) |
已过时.
将 IEnumerable 的元素强制转换为指定类型。 |
| OfType<TResult>(IEnumerable) |
已过时.
根据指定类型筛选 IEnumerable 的元素。 |