This documentation is archived and is not being maintained.
DesignerAutoFormatCollection Methods
Visual Studio 2010
The DesignerAutoFormatCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds the specified DesignerAutoFormat object to the end of the collection. |
|
Clear | Removes all formats from the collection. |
|
Contains | Determines whether the specified format is contained within the collection. |
|
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.) |
|
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 DesignerAutoFormat object within the collection. |
|
Insert | Inserts a DesignerAutoFormat object into the collection at the specified index. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Removes the specified DesignerAutoFormat object from the collection. |
|
RemoveAt | Removes the DesignerAutoFormat 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. Copies the elements of the collection to an Array object, starting at a particular Array index when the DesignerAutoFormatCollection object is cast to an ICollection interface. |
|
IEnumerable::GetEnumerator | Infrastructure. Returns an IEnumerator interface that iterates through the collection when the DesignerAutoFormatCollection object is cast to an IEnumerable interface. |
|
IList::Add | Infrastructure. Adds an item to the collection when the DesignerAutoFormatCollection object is cast to an IList interface. |
|
IList::Contains | Infrastructure. Determines whether the collection contains a specific value when the DesignerAutoFormatCollection object is cast to an IList interface. |
|
IList::IndexOf | Infrastructure. Determines the index of a specific item in the collection when the DesignerAutoFormatCollection object is cast to an IList interface. |
|
IList::Insert | Infrastructure. Inserts an item into the collection at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface. |
|
IList::Remove | Infrastructure. Removes the first occurrence of a specific object from the collection when the DesignerAutoFormatCollection object is cast to an IList interface. |
|
IList::RemoveAt | Infrastructure. Removes the item at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface. |
Show: