The IntervalGroupDescriptionCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an object to the end of the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| BlockReentrancy |
Disallows reentrant attempts to change this collection.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| CheckReentrancy |
Checks for reentrant attempts to change this collection.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| Clear |
Removes all elements from the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| ClearItems |
Removes all items from the collection.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| Contains |
Determines whether an element is in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| CopyTo |
Copies the entire Collection<(Of <(<'T>)>)> to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| GetEnumerator |
Returns an enumerator that iterates through the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| Insert |
Inserts an element into the Collection<(Of <(<'T>)>)> at the specified index.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| InsertItem |
Inserts an item into the collection at the specified index.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| Move |
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| MoveItem |
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| OnCollectionChanged |
Raises the CollectionChanged event with the provided arguments.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| OnPropertyChanged |
Raises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| Remove |
Removes the first occurrence of a specific object from the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| RemoveAt |
Removes the element at the specified index of the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| RemoveItem |
Removes the item at the specified index of the collection.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| SetItem |
Replaces the element at the specified index.
(Inherited from ObservableCollection<(Of <(<'VisualIntervalGroupDescription>)>)>.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IList..::..Add |
Adds an item to the IList.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| IList..::..Contains |
Determines whether the IList contains a specific value.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| ICollection..::..CopyTo | (Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| IEnumerable..::..GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| IList..::..IndexOf |
Determines the index of a specific item in the IList.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| IList..::..Insert |
Inserts an item into the IList at the specified index.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) | |
| IList..::..Remove |
Removes the first occurrence of a specific object from the IList.
(Inherited from Collection<(Of <(<'VisualIntervalGroupDescription>)>)>.) |