[]
Represents a collection of VisualInterval objects.
public class VisualIntervalCollection : DeferrableObservableCollection<VisualInterval>, IList<VisualInterval>, ICollection<VisualInterval>, IList, ICollection, IReadOnlyList<VisualInterval>, IReadOnlyCollection<VisualInterval>, IEnumerable<VisualInterval>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class VisualIntervalCollection
Inherits DeferrableObservableCollection(Of VisualInterval)
Implements IList(Of VisualInterval), ICollection(Of VisualInterval), IList, ICollection, IReadOnlyList(Of VisualInterval), IReadOnlyCollection(Of VisualInterval), IEnumerable(Of VisualInterval), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| VisualIntervalCollection() |
| Name | Description |
|---|---|
| this[DateTime] | Gets a VisualInterval that includes the specified DateTime. |
| this[int] | Gets a VisualInterval object at the specified index. |