DesignerCollection Class
Represents a collection of designers.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | DesignerCollection(array<IDesignerHost^>^) | Initializes a new instance of the DesignerCollection class that contains the specified designers. |
![]() | DesignerCollection(IList^) | Initializes a new instance of the DesignerCollection class that contains the specified set of designers. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of designers in the collection. |
![]() | Item[Int32] | Gets the designer at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | 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.) |
![]() | GetEnumerator() | Gets a new enumerator for this collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | |
![]() ![]() | IEnumerable::GetEnumerator() | Gets a new enumerator for this collection. |
![]() ![]() | ICollection::Count | Gets the number of elements contained in the collection. |
![]() ![]() | ICollection::IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
![]() ![]() | ICollection::SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
This collection object can store references to a set of designers.
The following code example creates a DesignerCollection initialized with a specified array of IDesignerHost objects.
for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





