DesignerAutoFormatCollection Methods

(see also Protected Methods )
  Name Description
Public method Add Adds the specified DesignerAutoFormat object to the end of the collection.
Public method Clear Removes all formats from the collection.
Public method Contains Determines whether the specified format is contained within the collection.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method 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.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Returns the index of the specified DesignerAutoFormat object within the collection.
Public method Insert Inserts a DesignerAutoFormat object into the collection at the specified index.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Remove Removes the specified DesignerAutoFormat object from the collection.
Public method RemoveAt Removes the DesignerAutoFormat object at the specified index within the collection.
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method 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.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

  Name Description
Explicit interface implementation Method 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.
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator Returns an IEnumerator interface that iterates through the collection when the DesignerAutoFormatCollection object is cast to an IEnumerable interface.
Explicit interface implementation Method System.Collections.IList.Add Adds an item to the collection when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implementation Method System.Collections.IList.Contains Determines whether the collection contains a specific value when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implementation Method System.Collections.IList.IndexOf Determines the index of a specific item in the collection when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implementation Method System.Collections.IList.Insert Inserts an item into the collection at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implementation Method 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.
Explicit interface implementation Method System.Collections.IList.RemoveAt Removes the item at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface.
Top
Show: