System.Web.UI.Design.DesignerRegionCollection: Method Members

The methods of System.Web.UI.Design.DesignerRegionCollection are listed below. For a list of all members, see the DesignerRegionCollection Members list.

See Also: Inherited members from System.Object

Public Methods

Add(DesignerRegion) : int

Adds the specified System.Web.UI.Design.DesignerRegion object to the end of the collection.

Clear()

Removes all regions from the collection.

Contains(DesignerRegion) : bool

Gets a value indicating whether the specified region is contained within the collection.

CopyTo(Array, int)

Copies the elements of the collection to an Array object, starting at a particular Array index.

GetEnumerator() : IEnumerator

Returns an enumerator that iterates through the collection.

IndexOf(DesignerRegion) : int

Returns the index of the specified System.Web.UI.Design.DesignerRegion object within the collection.

Insert(int, DesignerRegion)

Inserts a System.Web.UI.Design.DesignerRegion object into the collection at the specified index.

Remove(DesignerRegion)

Removes the specified System.Web.UI.Design.DesignerRegion object from the collection.

RemoveAt(int)

Removes the System.Web.UI.Design.DesignerRegion object at the specified index within the collection.