DesignSurfaceCollection Class
Definition
Contains a collection of design surfaces. This class cannot be inherited.
public ref class DesignSurfaceCollection sealed : System::Collections::ICollection
public sealed class DesignSurfaceCollection : System.Collections.ICollection
type DesignSurfaceCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class DesignSurfaceCollection
Implements ICollection
- Inheritance
-
DesignSurfaceCollection
- Implements
Remarks
This class provides a read-only collection of design surfaces.
Properties
Count |
Gets the total number of design surfaces in the DesignSurfaceCollection. |
Item[Int32] |
Gets the design surface at the specified index. |
Methods
CopyTo(DesignSurface[], Int32) |
Copies the collection members to the specified DesignSurface array beginning at the specified destination index. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator() |
Returns an enumerator that can iterate through the DesignSurfaceCollection instance. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |
For a description of this member, see the CopyTo(Array, Int32) method. |
ICollection.Count |
For a description of this member, see the Count property. |
ICollection.IsSynchronized |
For a description of this member, see the IsSynchronized property. |
ICollection.SyncRoot |
For a description of this member, see the SyncRoot property. |
IEnumerable.GetEnumerator() |
For a description of this member, see the GetEnumerator() method. |
Extension Methods
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |