public abstract class UINamedObservableCollection<TItem, TCollection> : NamedObservableCollection<TItem, TCollection>
where TItem : class, INamedItem
where TCollection : class, Object, IObservableCollection<TItem, TCollection>
Public MustInherit Class UINamedObservableCollection(Of TItem As {Class, INamedItem}, TCollection As {Class, Object, IObservableCollection(Of TItem, TCollection)})
Inherits NamedObservableCollection(Of TItem, TCollection)
generic<typename TItem, typename TCollection>
where TItem : ref class, INamedItem
where TCollection : ref class, Object, IObservableCollection<TItem, TCollection>
public ref class UINamedObservableCollection abstract : public NamedObservableCollection<TItem, TCollection>
[<AbstractClassAttribute>]
type UINamedObservableCollection<'TItem, 'TCollection when 'TItem : not struct and INamedItem when 'TCollection : not struct and Object and IObservableCollection<'TItem, 'TCollection>> =
class
inherit NamedObservableCollection<'TItem, 'TCollection>
end
UINamedObservableCollectionTItem, TCollection | Создаёт экземпляр коллекции с параметрами по умолчанию. |
UINamedObservableCollectionTItem, TCollection(IEnumerableTItem) | Создаёт экземпляр коллекции, в которую копируются элементы из заданной коллекции. Не выполняет клонирование переданных элементов. |
UINamedObservableCollectionTItem, TCollection(ListTItem) | Создаёт экземпляр коллекции, в которую копируются элементы из заданного списка. Не выполняет клонирование переданных элементов. |
CanSuspendNotifications |
Признак того, что вызов SuspendNotifications подавляет уведомления об изменении.
(Унаследован от SuspendableObservableCollectionT) |
Count | Gets the number of elements actually contained in the CollectionT. (Унаследован от CollectionTItem) |
ItemInt32 | Gets or sets the element at the specified index. (Унаследован от CollectionTItem) |
ItemString | Возвращает объект, содержащийся в коллекции по заданному имени. (Унаследован от NamedObservableCollectionTItem, TCollection) |
Items | Gets a IListT wrapper around the CollectionT. (Унаследован от CollectionTItem) |
Add | Adds an object to the end of the CollectionT. (Унаследован от CollectionTItem) |
BlockReentrancy | Disallows reentrant attempts to change this collection. (Унаследован от ObservableCollectionTItem) |
CheckReentrancy | Checks for reentrant attempts to change this collection. (Унаследован от ObservableCollectionTItem) |
Clear | Removes all elements from the CollectionT. (Унаследован от CollectionTItem) |
ClearItems | Removes all items from the collection. (Унаследован от ObservableCollectionTItem) |
Clone |
Выполняет глубокое копирование коллекции со всеми её элементами.
Если элементы поддерживают [System.ICloneable], то они также клонируются.
(Унаследован от ObservableCollectionTItem, TCollection) |
Contains(String) | Проверяет, содержит ли текущая коллекция объект с заданным именем. (Унаследован от NamedObservableCollectionTItem, TCollection) |
Contains(T) | Determines whether an element is in the CollectionT. (Унаследован от CollectionTItem) |
CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от CollectionTItem) |
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) |
GetClonedItems |
Возвращает текущие элементы, которые клонируются, если они поддерживают клонирование.
(Унаследован от ObservableCollectionTItem, TCollection) |
GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Унаследован от CollectionTItem) |
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. (Унаследован от CollectionTItem) |
Insert | Inserts an element into the CollectionT at the specified index. (Унаследован от CollectionTItem) |
InsertItem | Inserts an item into the collection at the specified index. (Унаследован от ObservableCollectionTItem) |
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. (Унаследован от ObservableCollectionTItem) |
MoveItem | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollectionTItem) |
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Унаследован от SuspendableObservableCollectionT) |
OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event with the provided arguments. (Унаследован от SuspendableObservableCollectionT) |
OnPropertyChanged(String) |
Уведомляет об изменении свойства с заданным именем у объекта.
(Унаследован от ObservableCollectionTItem, TCollection) |
OnPropertyChangedAsync(PropertyChangedEventArgs) |
Уведомляет об изменении свойства с именем, заданным в аргументах события, асинхронно, в соответствии
с принятым для текущего объекта поведением. Если есть возможность вызвать событие синхронно, то оно вызывается синхронно.
Если объект является моделью представления WPF и текущий поток отличен от потока диспетчера WPF для приложения
(основной поток UI), то выполнение асинхронно переключается в этот поток. Если это не так, то событие выполняется синхронно.
(Переопределяет ObservableCollectionTItem, TCollectionOnPropertyChangedAsync(PropertyChangedEventArgs)) |
OnPropertyChangedAsync(String) |
Уведомляет об изменении свойства с заданным именем у объекта асинхронно, в соответствии
с принятым для текущего объекта поведением. Если есть возможность вызвать событие синхронно, то оно вызывается синхронно.
Если объект является моделью представления WPF и текущий поток отличен от потока диспетчера WPF для приложения
(основной поток UI), то выполнение асинхронно переключается в этот поток. Если это не так, то событие выполняется синхронно.
(Унаследован от ObservableCollectionTItem, TCollection) |
Remove(String) | Удаляет из колекции объект по заданному имени. (Унаследован от NamedObservableCollectionTItem, TCollection) |
Remove(T) | Removes the first occurrence of a specific object from the CollectionT. (Унаследован от CollectionTItem) |
RemoveAt | Removes the element at the specified index of the CollectionT. (Унаследован от CollectionTItem) |
RemoveItem | Removes the item at the specified index of the collection. (Унаследован от ObservableCollectionTItem) |
SetItem | Replaces the element at the specified index. (Унаследован от ObservableCollectionTItem) |
SuspendNotifications | Предотвращает обновления об изменении коллекции, пока не будет вызван метод Dispose на возвращённом объекте. Если метод вызван несколько раз, то для всех объектов должен быть вызван метод Dispose. (Унаследован от SuspendableObservableCollectionT) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGet |
Возвращает объект, содержащийся в коллекции по заданному имени,
или null, если такой объект отсутствует.
(Унаследован от NamedObservableCollectionTItem, TCollection) |
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Унаследован от ObservableCollectionTItem) |
PropertyChanged | Occurs when a property value changes. (Унаследован от ObservableCollectionTItem) |