ServiceActivationElementCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理一个配置元素的集合,这些配置元素将激活服务并可在配置文件的层次结构中进行合并。
public ref class ServiceActivationElementCollection sealed : System::ServiceModel::Configuration::ServiceModelConfigurationElementCollection<System::ServiceModel::Configuration::ServiceActivationElement ^>
[System.Configuration.ConfigurationCollection(typeof(System.ServiceModel.Configuration.ServiceActivationElement))]
public sealed class ServiceActivationElementCollection : System.ServiceModel.Configuration.ServiceModelConfigurationElementCollection<System.ServiceModel.Configuration.ServiceActivationElement>
[<System.Configuration.ConfigurationCollection(typeof(System.ServiceModel.Configuration.ServiceActivationElement))>]
type ServiceActivationElementCollection = class
inherit ServiceModelConfigurationElementCollection<ServiceActivationElement>
Public NotInheritable Class ServiceActivationElementCollection
Inherits ServiceModelConfigurationElementCollection(Of ServiceActivationElement)
- 继承
-
ServiceActivationElementCollection
- 属性
构造函数
ServiceActivationElementCollection() |
创建 ServiceActivationElementCollection 类的新实例。 |
属性
方法
显式接口实现
ICollection.CopyTo(Array, Int32) |
将 ConfigurationElementCollection 复制到数组。 (继承自 ConfigurationElementCollection) |
扩展方法
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |
AsParallel(IEnumerable) |
启用查询的并行化。 |
AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |