public class SealableObservableCollection<T> : ObservableCollection<T>,
ISealable
Public Class SealableObservableCollection(Of T)
Inherits ObservableCollection(Of T)
Implements ISealablegeneric<typename T>
public ref class SealableObservableCollection : public ObservableCollection<T>,
ISealabletype SealableObservableCollection<'T> =
class
inherit ObservableCollection<'T>
interface ISealable
end| SealableObservableCollectionT | Создаёт экземпляр класса с параметрами по умолчанию. |
| SealableObservableCollectionT(Boolean) | Создаёт экземпляр класса с указанием признака того, что объект должен быть защищён от изменений. |
| SealableObservableCollectionT(IEnumerableT) | Создаёт экземпляр класса с указанием коллекции элементов, используемой для инициализации списка. |
| SealableObservableCollectionT(ListT) | Создаёт экземпляр класса с указанием списка элементов, используемого для инициализации списка. |
| SealableObservableCollectionT(IEnumerableT, Boolean) | Создаёт экземпляр класса с указанием коллекции элементов, используемой для инициализации списка, и признака того, что объект должен быть защищён от изменений. |
| SealableObservableCollectionT(ListT, Boolean) | Создаёт экземпляр класса с указанием списка элементов, используемого для инициализации списка, и признака того, что объект должен быть защищён от изменений. |
| Count | Gets the number of elements actually contained in the CollectionT. (Унаследован от CollectionT) |
| IsSealed | Признак того, что объект был защищён от изменений. |
| Item | Gets or sets the element at the specified index. (Унаследован от CollectionT) |
| Items | Gets a IListT wrapper around the CollectionT. (Унаследован от CollectionT) |
| Add | Adds an object to the end of the CollectionT. (Унаследован от CollectionT) |
| BlockReentrancy | Disallows reentrant attempts to change this collection. (Унаследован от ObservableCollectionT) |
| CheckReentrancy | Checks for reentrant attempts to change this collection. (Унаследован от ObservableCollectionT) |
| Clear | Removes all elements from the CollectionT. (Унаследован от CollectionT) |
| ClearItems | Удаляет все элементы из коллекции. (Переопределяет ObservableCollectionTClearItems) |
| Contains | Determines whether an element is in the CollectionT. (Унаследован от CollectionT) |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от CollectionT) |
| 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. (Унаследован от CollectionT) |
| 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. (Унаследован от CollectionT) |
| Insert | Inserts an element into the CollectionT at the specified index. (Унаследован от CollectionT) |
| InsertItem | Вставляет в коллекцию заданный элемент по указанному индексу. (Переопределяет ObservableCollectionTInsertItem(Int32, T)) |
| 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. (Унаследован от ObservableCollectionT) |
| MoveItem | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollectionT) |
| OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Унаследован от ObservableCollectionT) |
| OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. (Унаследован от ObservableCollectionT) |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Унаследован от CollectionT) |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Унаследован от CollectionT) |
| RemoveItem | Удаляет элемент из коллекции по заданному индексу. (Переопределяет ObservableCollectionTRemoveItem(Int32)) |
| Seal | Защищает объект от изменений. |
| SealInternal | Защищает объект от изменений. Метод может быть переопределён в классах-наследниках. |
| SetItem | Замещает заданный элемент по указанному индексу коллекции. (Переопределяет ObservableCollectionTSetItem(Int32, T)) |
| 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. (Унаследован от ObservableCollectionT) |
| PropertyChanged | Occurs when a property value changes. (Унаследован от ObservableCollectionT) |