This documentation is archived and is not being maintained.

DesignerAutoFormatCollection Members

Represents a collection of DesignerAutoFormat objects within a control designer. This class cannot be inherited.

The DesignerAutoFormatCollection type exposes the following members.

  NameDescription
Public method DesignerAutoFormatCollection Initializes a new instance of the DesignerAutoFormatCollection class.
Top

  NameDescription
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 Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (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.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (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

  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

  NameDescription
Public property Count Gets the number of DesignerAutoFormat objects in the collection.
Public property Item Gets or sets a DesignerAutoFormat object at the specified index in the collection.
Public property PreviewSize Gets the maximum outer dimensions of the control as it will appear at run time.
Public property SyncRoot Gets an object that can be used to synchronize access to the DesignerAutoFormatCollection object.
Top

  NameDescription
Explicit interface implemetation Private method IList::Add Infrastructure. Adds an item to the collection when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implemetation Private method IList::Contains Infrastructure. Determines whether the collection contains a specific value when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implemetation Private method 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.
Explicit interface implemetation Private property ICollection::Count Infrastructure. Gets the number of elements that are contained in the collection when the DesignerAutoFormatCollection object is cast to an ICollection interface.
Explicit interface implemetation Private method IEnumerable::GetEnumerator Infrastructure. Returns an IEnumerator interface that iterates through the collection when the DesignerAutoFormatCollection object is cast to an IEnumerable interface.
Explicit interface implemetation Private method IList::IndexOf Infrastructure. Determines the index of a specific item in the collection when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implemetation Private method IList::Insert Infrastructure. Inserts an item into the collection at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implemetation Private property 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.
Explicit interface implemetation Private property IList::IsReadOnly Infrastructure. For a description of this method, see IsReadOnly.
Explicit interface implemetation Private property 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.
Explicit interface implemetation Private property IList::Item Infrastructure. Gets the element at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implemetation Private method IList::Remove Infrastructure. Removes the first occurrence of a specific object from the collection when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implemetation Private method IList::RemoveAt Infrastructure. Removes the item at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface.
Top
Show: