This documentation is archived and is not being maintained.
DesignerRegionCollection Methods
Visual Studio 2010
The DesignerRegionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds the specified DesignerRegion object to the end of the collection. |
|
Clear | Removes all regions from the collection. |
|
Contains | Gets a value indicating whether the specified region is contained within the collection. |
|
CopyTo | Copies the elements of the collection to an Array object, starting at a particular Array index. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator that iterates through the collection. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IndexOf | Returns the index of the specified DesignerRegion object within the collection. |
|
Insert | Inserts a DesignerRegion object into the collection at the specified index. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Removes the specified DesignerRegion object from the collection. |
|
RemoveAt | Removes the DesignerRegion object at the specified index within the collection. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast<TResult> | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
|
ICollection::CopyTo | Infrastructure. For a description of this member, see CopyTo. |
|
IEnumerable::GetEnumerator | Infrastructure. For a description of this member, see IEnumerable::GetEnumerator. |
|
IList::Add | Infrastructure. For a description of this member, see IList::Add. |
|
IList::Clear | Infrastructure. For a description of this member, see IList::Clear. |
|
IList::Contains | Infrastructure. For a description of this member, see IList::Contains. |
|
IList::IndexOf | Infrastructure. For a description of this member, see IList::IndexOf. |
|
IList::Insert | Infrastructure. For a description of this member, see IList::Insert. |
|
IList::Remove | Infrastructure. For a description of this member, see IList::Remove. |
|
IList::RemoveAt | Infrastructure. For a description of this member, see IList::RemoveAt. |
Show: