public class AnnotationsCollection : SuspendableObservableCollection<IAnnotationModel>
Public Class AnnotationsCollection
Inherits SuspendableObservableCollection(Of IAnnotationModel)
public ref class AnnotationsCollection : public SuspendableObservableCollection<IAnnotationModel^>
type AnnotationsCollection =
class
inherit SuspendableObservableCollection<IAnnotationModel>
end
AnnotationsCollection() | Initializes a new instance of the AnnotationsCollection class. Initializes a new instance of the List<T> class that is empty and has the default initial capacity. |
AnnotationsCollection(IEnumerable<IAnnotationModel>) | Initializes a new instance of the AnnotationsCollection class. Initializes a new instance of the List<T> class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied. |
CanSuspendNotifications |
Признак того, что вызов SuspendNotifications() подавляет уведомления об изменении.
(Унаследован от SuspendableObservableCollection<T>) |
Count | Gets the number of elements actually contained in the Collection<T>. (Унаследован от Collection<IAnnotationModel>) |
Item | Gets or sets the element at the specified index. (Унаследован от Collection<IAnnotationModel>) |
Items | Gets a IList<T> wrapper around the Collection<T>. (Унаследован от Collection<IAnnotationModel>) |
Add | Adds an object to the end of the Collection<T>. (Унаследован от Collection<IAnnotationModel>) |
BlockReentrancy | Disallows reentrant attempts to change this collection. (Унаследован от ObservableCollection<IAnnotationModel>) |
CheckReentrancy | Checks for reentrant attempts to change this collection. (Унаследован от ObservableCollection<IAnnotationModel>) |
Clear | Removes all elements from the Collection<T>. (Унаследован от Collection<IAnnotationModel>) |
ClearItems | Removes all items from the collection. (Унаследован от ObservableCollection<IAnnotationModel>) |
Contains | Determines whether an element is in the Collection<T>. (Унаследован от Collection<IAnnotationModel>) |
CopyTo | Copies the entire Collection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от Collection<IAnnotationModel>) |
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<IAnnotationModel>) |
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<IAnnotationModel>) |
Insert | Inserts an element into the Collection<T> at the specified index. (Унаследован от Collection<IAnnotationModel>) |
InsertItem | Inserts an item into the collection at the specified index. (Унаследован от ObservableCollection<IAnnotationModel>) |
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<IAnnotationModel>) |
MoveItem | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollection<IAnnotationModel>) |
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Унаследован от SuspendableObservableCollection<T>) |
OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. (Унаследован от SuspendableObservableCollection<T>) |
Remove | Removes the first occurrence of a specific object from the Collection<T>. (Унаследован от Collection<IAnnotationModel>) |
RemoveAt | Removes the element at the specified index of the Collection<T>. (Унаследован от Collection<IAnnotationModel>) |
RemoveItem | Removes the item at the specified index of the collection. (Унаследован от ObservableCollection<IAnnotationModel>) |
SetItem | Replaces the element at the specified index. (Унаследован от ObservableCollection<IAnnotationModel>) |
SuspendNotifications | Предотвращает обновления об изменении коллекции, пока не будет вызван метод Dispose() на возвращённом объекте. Если метод вызван несколько раз, то для всех объектов должен быть вызван метод Dispose(). (Унаследован от SuspendableObservableCollection<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. (Унаследован от ObservableCollection<IAnnotationModel>) |
PropertyChanged | Occurs when a property value changes. (Унаследован от ObservableCollection<IAnnotationModel>) |