ConfigurationChildElementCollection 类

定义

表示相关子配置元素的集合。

public ref class ConfigurationChildElementCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationElement ^>, System::Collections::ICollection
public sealed class ConfigurationChildElementCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationElement>, System.Collections.ICollection
type ConfigurationChildElementCollection = class
    interface ICollection
    interface seq<ConfigurationElement>
    interface IEnumerable
Public NotInheritable Class ConfigurationChildElementCollection
Implements ICollection, IEnumerable(Of ConfigurationElement)
继承
ConfigurationChildElementCollection
实现

属性

Count

获取集合中子配置元素的数目。

Item[Int32]

获取指定索引处的指定配置元素。

Item[String]

获取具有指定名称的指定配置元素。

方法

GetEnumerator()

返回一个泛型枚举器,该枚举器循环访问配置子元素的集合。

显式接口实现

ICollection.CopyTo(Array, Int32)

将集合复制到数组。

ICollection.IsSynchronized

表示相关子配置元素的集合。

ICollection.SyncRoot

表示相关子配置元素的集合。

IEnumerable.GetEnumerator()

返回一个枚举器,该枚举器循环访问配置子元素的集合。

适用于