This documentation is archived and is not being maintained.

DesignerRegionCollection Members

Represents a collection of DesignerRegion objects within a control designer.

The DesignerRegionCollection type exposes the following members.

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

  NameDescription
Public method Add Adds the specified DesignerRegion object to the end of the collection.
Public method Clear Removes all regions from the collection.
Public method Contains Gets a value indicating whether the specified region is contained within the collection.
Public method CopyTo Copies the elements of the collection to an Array object, starting at a particular Array index.
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 GetEnumerator Returns an enumerator that iterates through the collection.
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 DesignerRegion object within the collection.
Public method Insert Inserts a DesignerRegion 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 DesignerRegion object from the collection.
Public method RemoveAt Removes the DesignerRegion 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 DesignerRegion objects in the collection.
Public property IsFixedSize Gets a value indicating whether the DesignerRegionCollection object has a fixed size.
Public property IsReadOnly Gets a value indicating whether the DesignerRegionCollection object is read-only.
Public property IsSynchronized Gets a value indicating whether access to the DesignerRegionCollection object is synchronized (thread safe).
Public property Item Gets or sets a DesignerRegion object at the specified index in the collection.
Public property Owner Gets the control designer that owns the designer region collection.
Public property SyncRoot Gets an object that can be used to synchronize access to the DesignerRegionCollection object.
Top

  NameDescription
Explicit interface implemetation Private method IList::Add Infrastructure. For a description of this member, see IList::Add.
Explicit interface implemetation Private method IList::Clear Infrastructure. For a description of this member, see IList::Clear.
Explicit interface implemetation Private method IList::Contains Infrastructure. For a description of this member, see IList::Contains.
Explicit interface implemetation Private method ICollection::CopyTo Infrastructure. For a description of this member, see CopyTo.
Explicit interface implemetation Private property ICollection::Count Infrastructure. For a description of this member, see ICollection::Count.
Explicit interface implemetation Private method IEnumerable::GetEnumerator Infrastructure. For a description of this member, see IEnumerable::GetEnumerator.
Explicit interface implemetation Private method IList::IndexOf Infrastructure. For a description of this member, see IList::IndexOf.
Explicit interface implemetation Private method IList::Insert Infrastructure. For a description of this member, see IList::Insert.
Explicit interface implemetation Private property IList::IsFixedSize Infrastructure. For a description of this member, see IList::IsFixedSize.
Explicit interface implemetation Private property IList::IsReadOnly Infrastructure. For a description of this member, see IList::IsReadOnly.
Explicit interface implemetation Private property ICollection::IsSynchronized Infrastructure. For a description of this member, see ICollection::IsSynchronized.
Explicit interface implemetation Private property IList::Item Infrastructure. For a description of this member, see IList::Item.
Explicit interface implemetation Private method IList::Remove Infrastructure. For a description of this member, see IList::Remove.
Explicit interface implemetation Private method IList::RemoveAt Infrastructure. For a description of this member, see IList::RemoveAt.
Explicit interface implemetation Private property ICollection::SyncRoot Infrastructure. For a description of this member, see ICollection::SyncRoot.
Top
Show: