This documentation is archived and is not being maintained.
DesignerAutoFormatCollection Members
Visual Studio 2008
Represents a collection of DesignerAutoFormat objects within a control designer. This class cannot be inherited.
The DesignerAutoFormatCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
DesignerAutoFormatCollection | Initializes a new instance of the DesignerAutoFormatCollection class. |
| 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 | 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 | |
|---|---|---|
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
|
Count | Gets the number of DesignerAutoFormat objects in the collection. |
|
Item | Gets or sets a DesignerAutoFormat object at the specified index in the collection. |
|
PreviewSize | Gets the maximum outer dimensions of the control as it will appear at run time. |
|
SyncRoot | Gets an object that can be used to synchronize access to the DesignerAutoFormatCollection object. |
| Name | Description | |
|---|---|---|
|
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. |
|
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. |
|
ICollection::Count | Infrastructure. Gets the number of elements that are contained in the collection 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::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::IsFixedSize | Infrastructure. Gets a value that indicates whether the collection has a fixed size when the DesignerAutoFormatCollection object is cast to an IList interface. |
|
IList::IsReadOnly | Infrastructure. For a description of this method, see IsReadOnly. |
|
ICollection::IsSynchronized | Infrastructure. Gets a value that indicates whether access to the collection is synchronized (thread safe) when the DesignerAutoFormatCollection object is cast to an ICollection interface. |
|
IList::Item | Infrastructure. Gets the element 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: