DesignerAutoFormatCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| 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 | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (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. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (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 | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo | 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. |
| System.Collections.IEnumerable.GetEnumerator | Returns an IEnumerator interface that iterates through the collection when the DesignerAutoFormatCollection object is cast to an IEnumerable interface. |
| System.Collections.IList.Add | Adds an item to the collection when the DesignerAutoFormatCollection object is cast to an IList interface. |
| System.Collections.IList.Contains | Determines whether the collection contains a specific value when the DesignerAutoFormatCollection object is cast to an IList interface. |
| System.Collections.IList.IndexOf | Determines the index of a specific item in the collection when the DesignerAutoFormatCollection object is cast to an IList interface. |
| System.Collections.IList.Insert | Inserts an item into the collection at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface. |
| System.Collections.IList.Remove | Removes the first occurrence of a specific object from the collection when the DesignerAutoFormatCollection object is cast to an IList interface. |
| System.Collections.IList.RemoveAt | Removes the item at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface. |
Show: