ConfigurationAttributeSchemaCollection Class

Definition

Represents a collection of ConfigurationAttributeSchema objects.

public ref class ConfigurationAttributeSchemaCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationAttributeSchema ^>, System::Collections::ICollection
public sealed class ConfigurationAttributeSchemaCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationAttributeSchema>, System.Collections.ICollection
type ConfigurationAttributeSchemaCollection = class
    interface seq<ConfigurationAttributeSchema>
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ConfigurationAttributeSchemaCollection
Implements ICollection, IEnumerable(Of ConfigurationAttributeSchema)
Inheritance
ConfigurationAttributeSchemaCollection
Implements

Remarks

Use the ConfigurationAttributeSchemaCollection class to iterate through a collection of ConfigurationAttributeSchema objects.

Properties

Count

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

Item[Int32]

Gets the specified configuration attribute schema at the specified index.

Item[String]

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

Methods

GetEnumerator()

Returns a generic enumerator that iterates through the configuration attribute 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