Имя | Описание | |
---|---|---|
UIElementMasterCollection<T> | Инициализирует новый экземпляр класса UIElementMasterCollection<T>. |
Имя | Описание | |
---|---|---|
UIElementMasterCollection<T> | Инициализирует новый экземпляр класса UIElementMasterCollection<T>. |
Имя | Описание | |
---|---|---|
Count | Gets the number of elements actually contained in the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
Item | Gets or sets the element at the specified index. (Наследуется от System.Collections.ObjectModel.Collection<T>) |
Имя | Описание | |
---|---|---|
InnerList | Возвращает внутренний список. (Наследуется от MasterCollection<T>) | |
Items | Gets a System.Collections.Generic.IList wrapper around the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
SlaveCollections | Возвращает список подчиненных коллекций. (Наследуется от MasterCollection<T>) |
Имя | Описание | |
---|---|---|
Add | Adds an object to the end of the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
AddRange | Добавляет диапазон элементов в эту коллекцию. (Наследуется от MasterCollection<T>) | |
AddSlaveCollection | Добавляет подчиненную коллекцию и синхронизирует подчиненную коллекцию с главной коллекцией. (Наследуется от MasterCollection<T>) | |
Clear | Removes all elements from the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
Contains | Determines whether an element is in the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
CopyTo | Copies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
Insert | Inserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
Remove | Removes the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | Removes the element at the specified index of the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>) | |
RemoveSlaveCollection | Удаляет коллекцию из списка подчиненных коллекций. (Наследуется от MasterCollection<T>) | |
ToArray | Возвращает элементы коллекции в виде массива. (Наследуется от MasterCollection<T>) |
Имя | Описание | |
---|---|---|
ClearItems | Удаляет все элементы из главной и подчиненной коллекций. (Наследуется от MasterCollection<T>) | |
InsertItem | Вставляет элемент в коллекцию по указанному индексу. (Наследуется от MasterCollection<T>) | |
OnChanged | Вызывает событие Changed. (Наследуется от MasterCollection<T>) | |
OnChanging | Вызывает событие Changing. (Наследуется от MasterCollection<T>) | |
RemoveItem | Удаляет элемент по указанному индексу коллекции. (Наследуется от MasterCollection<T>) | |
SetItem | Заменяет элемент по указанному индексу. |
Имя | Описание | |
---|---|---|
Changed | Происходит при изменении коллекции. (Наследуется от MasterCollection<T>) | |
Changing | Происходит при изменении коллекции. (Наследуется от MasterCollection<T>) |