ConfigurationElementSchemaCollection Class

Definition

Represents a collection of ConfigurationElementSchema objects.

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)
Inheritance
ConfigurationElementSchemaCollection
Implements

Remarks

Use the ConfigurationElementSchemaCollection class to iterate through a collection of ConfigurationElementSchema objects.

Properties

Count

Gets the number of configuration element schemas in this configuration element schema collection.

Item[Int32]

Gets the specified configuration element schema at the specified index.

Item[String]

Gets the specified configuration element schema that has the specified name.

Methods

GetEnumerator()

Returns a generic enumerator that iterates through the configuration element schema collection.

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)

Copies the elements of the collection to an array.

ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the configuration attribute collection.

Applies to