ConfigurationElementSchemaCollection 类

定义

表示 ConfigurationElementSchema 对象集合。

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

注解

ConfigurationElementSchemaCollection使用 类循环访问 对象的集合ConfigurationElementSchema

属性

Count

获取此配置元素架构集合中的配置元素架构数。

Item[Int32]

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

Item[String]

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

方法

GetEnumerator()

返回循环访问配置元素架构集合的泛型枚举器。

显式接口实现

ICollection.CopyTo(Array, Int32)

将集合的元素复制到一个数组。

ICollection.IsSynchronized

表示 ConfigurationElementSchema 对象集合。

ICollection.SyncRoot

表示 ConfigurationElementSchema 对象集合。

IEnumerable.GetEnumerator()

返回循环访问配置属性集合的枚举器。

适用于