DesignSurfaceCollection Klasse
Definition
Enthält eine Auflistung von Entwurfsoberflächen.Contains a collection of design surfaces. Diese Klasse kann nicht vererbt werden.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
- Vererbung
-
DesignSurfaceCollection
- Implementiert
Hinweise
Diese Klasse stellt eine schreibgeschützte Auflistung von Entwurfs Oberflächen bereit.This class provides a read-only collection of design surfaces.
Eigenschaften
Count |
Ruft die Gesamtzahl der Entwurfsoberflächen in der DesignSurfaceCollection ab.Gets the total number of design surfaces in the DesignSurfaceCollection. |
Item[Int32] |
Ruft die Entwurfsoberfläche am angegebenen Index ab.Gets the design surface at the specified index. |
Methoden
CopyTo(DesignSurface[], Int32) |
Kopiert die Auflistungsmember in das angegebene DesignSurface-Array, beginnend am angegebenen Zielindex.Copies the collection members to the specified DesignSurface array beginning at the specified destination index. |
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetEnumerator() |
Gibt einen Enumerator zurück, der die DesignSurfaceCollection-Instanz durchlaufen kann.Returns an enumerator that can iterate through the DesignSurfaceCollection instance. |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |
Explizite Schnittstellenimplementierungen
ICollection.CopyTo(Array, Int32) |
Eine Beschreibung dieses Members finden Sie unter der CopyTo(Array, Int32)-Methode.For a description of this member, see the CopyTo(Array, Int32) method. |
ICollection.Count |
Eine Beschreibung dieses Members finden Sie unter der Count-Eigenschaft.For a description of this member, see the Count property. |
ICollection.IsSynchronized |
Eine Beschreibung dieses Members finden Sie unter der IsSynchronized-Eigenschaft.For a description of this member, see the IsSynchronized property. |
ICollection.SyncRoot |
Eine Beschreibung dieses Members finden Sie unter der SyncRoot-Eigenschaft.For a description of this member, see the SyncRoot property. |
IEnumerable.GetEnumerator() |
Eine Beschreibung dieses Members finden Sie unter der GetEnumerator()-Methode.For a description of this member, see the GetEnumerator() method. |
Erweiterungsmethoden
Cast<TResult>(IEnumerable) |
Wandelt die Elemente eines IEnumerable in den angegebenen Typ umCasts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtert die Elemente eines IEnumerable anhand eines angegebenen TypsFilters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Ermöglicht die Parallelisierung einer Abfrage.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Konvertiert einen IEnumerable in einen IQueryable.Converts an IEnumerable to an IQueryable. |