ConfigurationElementSchemaCollection Class
IIS 7.0
Represents a collection of ConfigurationElementSchema objects.
Namespace:
Microsoft.Web.Administration
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
The ConfigurationElementSchemaCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Returns a generic enumerator that iterates through the configuration element schema collection. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICollection..::..CopyTo | Copies the elements of the collection to an array. |
|
IEnumerable..::..GetEnumerator | Returns an enumerator that iterates through the configuration attribute collection. |
|
ICollection..::..IsSynchronized | Gets a value indicating whether access to the configuration element schema collection is synchronized (thread safe). |
|
ICollection..::..SyncRoot | Gets an object that synchronizes access to the collection. |
Use the ConfigurationElementSchemaCollection class to iterate through a collection of ConfigurationElementSchema objects.