ProtocolCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示包含一个协议集合的配置元素。
此 API 支持产品基础结构,不能在代码中直接使用。
public ref class ProtocolCollection sealed : System::Configuration::ConfigurationElementCollection
[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.ProtocolElement))]
public sealed class ProtocolCollection : System.Configuration.ConfigurationElementCollection
[<System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.ProtocolElement))>]
type ProtocolCollection = class
inherit ConfigurationElementCollection
Public NotInheritable Class ProtocolCollection
Inherits ConfigurationElementCollection
- 继承
- 属性
注解
ProtocolCollection.NET Framework 3.5 中引入了 。 有关详细信息,请参见版本和依赖关系。
构造函数
ProtocolCollection() |
此 API 支持产品基础结构,不能在代码中直接使用。 初始化 ProtocolCollection 类的新实例。 |
属性
AddElementName |
此 API 支持产品基础结构,不能在代码中直接使用。 在派生的类中重写时,获取或设置 ConfigurationElement 的名称,以便在 ConfigurationElementCollection 中与添加操作关联。 (继承自 ConfigurationElementCollection) |
AllKeys |
此 API 支持产品基础结构,不能在代码中直接使用。 获取 ProtocolCollection 实例的所有键。 |
ClearElementName |
此 API 支持产品基础结构,不能在代码中直接使用。 在派生的类中重写时,获取或设置 ConfigurationElement 的名称,以便在 ConfigurationElementCollection 中与清除操作关联。 (继承自 ConfigurationElementCollection) |
CollectionType |
此 API 支持产品基础结构,不能在代码中直接使用。 获取 ConfigurationElementCollection 的类型。 (继承自 ConfigurationElementCollection) |
Count |
此 API 支持产品基础结构,不能在代码中直接使用。 获取集合中的元素数。 (继承自 ConfigurationElementCollection) |
CurrentConfiguration |
此 API 支持产品基础结构,不能在代码中直接使用。 获取对顶级 Configuration 实例的引用,该实例表示当前 ConfigurationElement 实例所属的配置层次结构。 (继承自 ConfigurationElement) |
ElementInformation |
此 API 支持产品基础结构,不能在代码中直接使用。 获取包含 ConfigurationElement 对象的不可自定义的信息和功能的 ElementInformation 对象。 (继承自 ConfigurationElement) |
ElementName |
此 API 支持产品基础结构,不能在代码中直接使用。 获取在派生的类中重写时用于标识配置文件中此元素集合的名称。 (继承自 ConfigurationElementCollection) |
ElementProperty |
此 API 支持产品基础结构,不能在代码中直接使用。 获取表示 ConfigurationElement 对象本身的 ConfigurationElementProperty 对象。 (继承自 ConfigurationElement) |
EmitClear |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置一个值,该值指定是否已清除集合。 (继承自 ConfigurationElementCollection) |
EvaluationContext |
此 API 支持产品基础结构,不能在代码中直接使用。 获取 ConfigurationElement 对象的 ContextInformation 对象。 (继承自 ConfigurationElement) |
HasContext |
此 API 支持产品基础结构,不能在代码中直接使用。 获取一个值,该值指示 CurrentConfiguration 属性是否为 |
IsSynchronized |
此 API 支持产品基础结构,不能在代码中直接使用。 获取一个值,该值指示是否同步对集合的访问。 (继承自 ConfigurationElementCollection) |
Item[ConfigurationProperty] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置此配置元素的属性或特性。 (继承自 ConfigurationElement) |
Item[Int32] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取集合中指定索引位置的 ProtocolElement 对象。 |
Item[String] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取具有指定的键的第一项的值。 |
LockAllAttributesExcept |
此 API 支持产品基础结构,不能在代码中直接使用。 获取被锁定的特性的集合。 (继承自 ConfigurationElement) |
LockAllElementsExcept |
此 API 支持产品基础结构,不能在代码中直接使用。 获取被锁定的元素的集合。 (继承自 ConfigurationElement) |
LockAttributes |
此 API 支持产品基础结构,不能在代码中直接使用。 获取被锁定的特性的集合。 (继承自 ConfigurationElement) |
LockElements |
此 API 支持产品基础结构,不能在代码中直接使用。 获取被锁定的元素的集合。 (继承自 ConfigurationElement) |
LockItem |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置一个值,该值指示是否已锁定该元素。 (继承自 ConfigurationElement) |
Properties |
此 API 支持产品基础结构,不能在代码中直接使用。 获取属性的集合。 (继承自 ConfigurationElement) |
RemoveElementName |
此 API 支持产品基础结构,不能在代码中直接使用。 在派生的类中重写时,获取或设置 ConfigurationElement 的名称,以便在 ConfigurationElementCollection 中与移除操作关联。 (继承自 ConfigurationElementCollection) |
SyncRoot |
此 API 支持产品基础结构,不能在代码中直接使用。 获取用于同步对 ConfigurationElementCollection 的访问的对象。 (继承自 ConfigurationElementCollection) |
ThrowOnDuplicate |
此 API 支持产品基础结构,不能在代码中直接使用。 获取一个值,该值指示尝试向 ConfigurationElement 添加重复的 ConfigurationElementCollection 是否会导致引发异常。 (继承自 ConfigurationElementCollection) |
方法
显式接口实现
ICollection.CopyTo(Array, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 将 ConfigurationElementCollection 复制到数组。 (继承自 ConfigurationElementCollection) |
扩展方法
Cast<TResult>(IEnumerable) |
此 API 支持产品基础结构,不能在代码中直接使用。 将 IEnumerable 的元素强制转换为指定的类型。 |
OfType<TResult>(IEnumerable) |
此 API 支持产品基础结构,不能在代码中直接使用。 根据指定类型筛选 IEnumerable 的元素。 |
AsParallel(IEnumerable) |
此 API 支持产品基础结构,不能在代码中直接使用。 启用查询的并行化。 |
AsQueryable(IEnumerable) |
此 API 支持产品基础结构,不能在代码中直接使用。 将 IEnumerable 转换为 IQueryable。 |