DesignSurfaceCollection Class

 

Contains a collection of design surfaces. This class cannot be inherited.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

System::Object
  System.ComponentModel.Design::DesignSurfaceCollection

public ref class DesignSurfaceCollection sealed : ICollection, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyCount

Gets the total number of design surfaces in the DesignSurfaceCollection.

System_CAPS_pubpropertyItem[Int32]

Gets the design surface at the specified index.

NameDescription
System_CAPS_pubmethodCopyTo(array<DesignSurface^>^, Int32)

Copies the collection members to the specified DesignSurface array beginning at the specified destination index.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that can iterate through the DesignSurfaceCollection instance.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

For a description of this member, see the CopyTo method.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

For a description of this member, see the GetEnumerator method.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::Count

For a description of this member, see the Count property.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

For a description of this member, see the IsSynchronized property.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

For a description of this member, see the SyncRoot property.

NameDescription
System_CAPS_pubmethodAsParallel()

Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.)

System_CAPS_pubmethodAsQueryable()

Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.)

System_CAPS_pubmethodCast<TResult>()

Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.)

System_CAPS_pubmethodOfType<TResult>()

Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.)

This class provides a read-only collection of design surfaces.

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: