public class GridColumnDefinitionCollection : ObservableCollection<GridColumnDefinition>,
IModel<GridColumnDefinitionCollection>, IModel, ICloneable, ICoping<GridColumnDefinitionCollection>,
ICloneable<GridColumnDefinitionCollection>
Public Class GridColumnDefinitionCollection
Inherits ObservableCollection(Of GridColumnDefinition)
Implements IModel(Of GridColumnDefinitionCollection), IModel,
ICloneable, ICoping(Of GridColumnDefinitionCollection), ICloneable(Of GridColumnDefinitionCollection)
public ref class GridColumnDefinitionCollection : public ObservableCollection<GridColumnDefinition^>,
IModel<GridColumnDefinitionCollection^>, IModel, ICloneable, ICoping<GridColumnDefinitionCollection^>,
ICloneable<GridColumnDefinitionCollection^>
type GridColumnDefinitionCollection =
class
inherit ObservableCollection<GridColumnDefinition>
interface IModel<GridColumnDefinitionCollection>
interface IModel
interface ICloneable
interface ICoping<GridColumnDefinitionCollection>
interface ICloneable<GridColumnDefinitionCollection>
end
GridColumnDefinitionCollection | Инициализирует новый пустой экземпляр класса ListT с начальной емкостью по умолчанию. |
GridColumnDefinitionCollection(IEnumerableGridColumnDefinition) | Инициализирует новый экземпляр ListT, который содержит элементы, скопированные из указанной коллекции, и имеет емкость, достаточную для размещения всех скопированных элементов. |
Count | Gets the number of elements actually contained in the CollectionT. (Унаследован от CollectionGridColumnDefinition) |
Item | Gets or sets the element at the specified index. (Унаследован от CollectionGridColumnDefinition) |
Items | Gets a IListT wrapper around the CollectionT. (Унаследован от CollectionGridColumnDefinition) |
Add | Adds an object to the end of the CollectionT. (Унаследован от CollectionGridColumnDefinition) |
BlockReentrancy | Disallows reentrant attempts to change this collection. (Унаследован от ObservableCollectionGridColumnDefinition) |
CheckReentrancy | Checks for reentrant attempts to change this collection. (Унаследован от ObservableCollectionGridColumnDefinition) |
Clear | Removes all elements from the CollectionT. (Унаследован от CollectionGridColumnDefinition) |
ClearItems | Removes all items from the collection. (Унаследован от ObservableCollectionGridColumnDefinition) |
Clone | Создает и возвращает копию текущего объекта. В созданный объект копируются данные из текущего объекта |
Contains | Determines whether an element is in the CollectionT. (Унаследован от CollectionGridColumnDefinition) |
CopyTo(GridColumnDefinitionCollection) | Клонирует данные объекта реализующего интерфейс в объект target |
CopyTo(T, Int32) | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от CollectionGridColumnDefinition) |
CreateModel | Создает и возвращает экземпляр объекта типа GridColumnDefinitionCollection |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Унаследован от CollectionGridColumnDefinition) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Унаследован от CollectionGridColumnDefinition) |
Insert | Inserts an element into the CollectionT at the specified index. (Унаследован от CollectionGridColumnDefinition) |
InsertItem | Inserts an item into the collection at the specified index. (Унаследован от ObservableCollectionGridColumnDefinition) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Move | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollectionGridColumnDefinition) |
MoveItem | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollectionGridColumnDefinition) |
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Унаследован от ObservableCollectionGridColumnDefinition) |
OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. (Унаследован от ObservableCollectionGridColumnDefinition) |
Remove | Removes the first occurrence of a specific object from the CollectionT. (Унаследован от CollectionGridColumnDefinition) |
RemoveAt | Removes the element at the specified index of the CollectionT. (Унаследован от CollectionGridColumnDefinition) |
RemoveItem | Removes the item at the specified index of the collection. (Унаследован от ObservableCollectionGridColumnDefinition) |
SetItem | Replaces the element at the specified index. (Унаследован от ObservableCollectionGridColumnDefinition) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Унаследован от ObservableCollectionGridColumnDefinition) |
PropertyChanged | Occurs when a property value changes. (Унаследован от ObservableCollectionGridColumnDefinition) |