GridColumnDefinitionCollection - класс |
Пространство имён: Tessa.UI.Views.Charting.Layout
public class GridColumnDefinitionCollection : ObservableCollection<GridColumnDefinition>, IModel<GridColumnDefinitionCollection>, IModel, ICloneable, ICoping<GridColumnDefinitionCollection>, ICloneable<GridColumnDefinitionCollection>
Тип GridColumnDefinitionCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | GridColumnDefinitionCollection() |
Инициализирует новый пустой экземпляр класса List<T> с начальной
емкостью по умолчанию.
|
![]() | GridColumnDefinitionCollection(IEnumerable<GridColumnDefinition>) |
Инициализирует новый экземпляр List<T>, который содержит элементы,
скопированные из указанной коллекции, и имеет емкость, достаточную для размещения всех скопированных элементов.
|
Имя | Описание | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the Collection<T>. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | Item | Gets or sets the element at the specified index. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | Items | Gets a IList<T> wrapper around the Collection<T>. (Унаследован от Collection<GridColumnDefinition>.) |
Имя | Описание | |
---|---|---|
![]() | Add | Adds an object to the end of the Collection<T>. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | BlockReentrancy | Disallows reentrant attempts to change this collection. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | CheckReentrancy | Checks for reentrant attempts to change this collection. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | Clear | Removes all elements from the Collection<T>. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | ClearItems | Removes all items from the collection. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | Clone |
Создает и возвращает копию текущего объекта.
В созданный объект копируются данные из текущего объекта
|
![]() | Contains | Determines whether an element is in the Collection<T>. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | CopyTo(GridColumnDefinitionCollection) |
Клонирует данные объекта реализующего
интерфейс в объект target |
![]() | CopyTo(T[], Int32) | Copies the entire Collection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | 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 Collection<T>. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | 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 Collection<T>. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | Insert | Inserts an element into the Collection<T> at the specified index. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | InsertItem | Inserts an item into the collection at the specified index. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | 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. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | MoveItem | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | Remove | Removes the first occurrence of a specific object from the Collection<T>. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | RemoveAt | Removes the element at the specified index of the Collection<T>. (Унаследован от Collection<GridColumnDefinition>.) |
![]() | RemoveItem | Removes the item at the specified index of the collection. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | SetItem | Replaces the element at the specified index. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | 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. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
![]() | PropertyChanged | Occurs when a property value changes. (Унаследован от ObservableCollection<GridColumnDefinition>.) |
Имя | Описание | |
---|---|---|
![]() | Get | (Определяется ComHelper.) |
![]() | InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.) |
![]() | Invoke | (Определяется ComHelper.) |
![]() | Set | (Определяется ComHelper.) |