ConfigurationChildElementCollection Class

 

Represents a collection of related child configuration elements.

Namespace:   Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)

System.Object
  Microsoft.Web.Administration.ConfigurationChildElementCollection

Public NotInheritable Class ConfigurationChildElementCollection
	Implements ICollection, IEnumerable(Of ConfigurationElement), IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the number of child configuration elements in the collection.

System_CAPS_pubpropertyItem(Int32)

Gets the specified configuration element at the specified index.

System_CAPS_pubpropertyItem(String)

Gets the specified configuration element with the specified name.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns a generic enumerator that iterates through the collection of configuration child elements.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection.CopyTo(Array, Int32)

Copies the collection to an array.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable.GetEnumerator()

Returns an enumerator that iterates through the collection of configuration child elements.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.IsSynchronized

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection.SyncRoot

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: