TableLayoutStyleCollection Klasa
Definicja
Implementuje podstawowe funkcje dla kolekcji stylów układu tabeli.Implements the basic functionality for a collection of table layout styles.
public ref class TableLayoutStyleCollection abstract : System::Collections::IList
public abstract class TableLayoutStyleCollection : System.Collections.IList
type TableLayoutStyleCollection = class
interface IList
interface ICollection
interface IEnumerable
Public MustInherit Class TableLayoutStyleCollection
Implements IList
- Dziedziczenie
-
TableLayoutStyleCollection
- Pochodne
- Implementuje
Uwagi
TableLayoutStyleCollectionKlasa reprezentuje kolekcję wszystkich stylów użytych do opisania kolumn lub wierszy w skojarzonym TableLayoutPanel .The TableLayoutStyleCollection class represents the collection of all the styles used to describe the columns or rows in an associated TableLayoutPanel. Klasy pochodne TableLayoutStyleCollection są wyspecjalizowane w następujący sposób:Classes derived from TableLayoutStyleCollection are specialized as follows:
TableLayoutColumnStyleCollectionStyle kolumn zagregowanych jako kolekcja ColumnStyle obiektów.A TableLayoutColumnStyleCollection aggregates column styles as a collection of ColumnStyle objects.
TableLayoutRowStyleCollectionAgreguje style wierszy jako kolekcję RowStyle obiektów.A TableLayoutRowStyleCollection aggregates row styles as a collection of RowStyle objects.
Większość członków programu TableLayoutStyleCollection to implementacje programu IList .Most of the members of TableLayoutStyleCollection are implementations of IList.
Właściwości
Count |
Pobiera liczbę stylów rzeczywiście zawartych w TableLayoutStyleCollection .Gets the number of styles actually contained in the TableLayoutStyleCollection. |
Item[Int32] |
Pobiera lub ustawia TableLayoutStyle określony indeks.Gets or sets TableLayoutStyle at the specified index. |
Metody
Add(TableLayoutStyle) |
Dodaje nowy element TableLayoutStyle na końcu bieżącej kolekcji.Adds a new TableLayoutStyle to the end of the current collection. |
Clear() |
Usuwa kolekcję z skojarzonego TableLayoutPanel i opróżniania kolekcji.Disassociates the collection from its associated TableLayoutPanel and empties the collection. |
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
RemoveAt(Int32) |
Usuwa styl w określonym indeksie kolekcji.Removes the style at the specified index of the collection. |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |
Jawne implementacje interfejsu
ICollection.CopyTo(Array, Int32) |
Aby uzyskać opis tej metody, zobacz CopyTo(Array, Int32) metodę.For a description of this method, see the CopyTo(Array, Int32) method. |
ICollection.IsSynchronized |
Aby uzyskać opis tej metody, zobacz IsSynchronized Właściwość.For a description of this method, see the IsSynchronized property. |
ICollection.SyncRoot |
Aby uzyskać opis tej metody, zobacz SyncRoot Właściwość.For a description of this method, see the SyncRoot property. |
IEnumerable.GetEnumerator() |
Aby uzyskać opis tej metody, zobacz GetEnumerator() metodę.For a description of this method, see the GetEnumerator() method. |
IList.Add(Object) |
Aby uzyskać opis tej metody, zobacz Add(Object) metodę.For a description of this method, see the Add(Object) method. |
IList.Contains(Object) |
Aby uzyskać opis tej metody, zobacz Contains(Object) metodę.For a description of this method, see the Contains(Object) method. |
IList.IndexOf(Object) |
Aby uzyskać opis tej metody, zobacz IndexOf(Object) metodę.For a description of this method, see the IndexOf(Object) method. |
IList.Insert(Int32, Object) |
Aby uzyskać opis tej metody, zobacz Insert(Int32, Object) metodę.For a description of this method, see the Insert(Int32, Object) method. |
IList.IsFixedSize |
Aby uzyskać opis tej metody, zobacz IsFixedSize Właściwość.For a description of this method, see the IsFixedSize property. |
IList.IsReadOnly |
Aby uzyskać opis tej metody, zobacz IsReadOnly Właściwość.For a description of this method, see the IsReadOnly property. |
IList.Item[Int32] |
Aby uzyskać opis tej metody, zobacz Item[Int32] Właściwość.For a description of this method, see the Item[Int32] property. |
IList.Remove(Object) |
Aby uzyskać opis tej metody, zobacz Remove(Object) metodę.For a description of this method, see the Remove(Object) method. |
Metody rozszerzania
Cast<TResult>(IEnumerable) |
Rzutuje elementy elementu IEnumerable do określonego typu.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtruje elementy IEnumerable w oparciu o określony typ.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Włącza przetwarzanie równoległe zapytania.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Konwertuje IEnumerable do IQueryable .Converts an IEnumerable to an IQueryable. |