The PredecessorItemCollection type exposes the following members.

Constructors

  NameDescription
PredecessorItemCollection

Methods

  NameDescription
Add (Inherited from Collection<(Of <(PredecessorItem>)>).)
BlockReentrancy (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
CheckReentrancy (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
Clear (Inherited from Collection<(Of <(PredecessorItem>)>).)
ClearItems (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
Contains (Inherited from Collection<(Of <(PredecessorItem>)>).)
CopyTo (Inherited from Collection<(Of <(PredecessorItem>)>).)
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetEnumerator (Inherited from Collection<(Of <(PredecessorItem>)>).)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
IndexOf (Inherited from Collection<(Of <(PredecessorItem>)>).)
Insert (Inherited from Collection<(Of <(PredecessorItem>)>).)
InsertItem (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
MemberwiseClone (Inherited from Object.)
Move (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
MoveItem (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
OnChanged
Raises the Changed event.
OnCollectionChanged
Raises the CollectionChanged event, and executes internal data management operations when collection changes.
(Overrides ObservableCollection<(Of <(T>)>)..::.OnCollectionChanged(NotifyCollectionChangedEventArgs).)
OnPropertyChanged (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
Remove (Inherited from Collection<(Of <(PredecessorItem>)>).)
RemoveAt (Inherited from Collection<(Of <(PredecessorItem>)>).)
RemoveItem (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
SetItem (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
ToString (Inherited from Object.)

Properties

  NameDescription
Count (Inherited from Collection<(Of <(PredecessorItem>)>).)
Item (Inherited from Collection<(Of <(PredecessorItem>)>).)
Items (Inherited from Collection<(Of <(PredecessorItem>)>).)

Events

  NameDescription
Changed
Occurs when the collection changes or any contained item changes.
CollectionChanged (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
PropertyChanged (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)

Explicit Interface Implementations

  NameDescription
IList..::.Add (Inherited from Collection<(Of <(PredecessorItem>)>).)
IList..::.Contains (Inherited from Collection<(Of <(PredecessorItem>)>).)
ICollection..::.CopyTo (Inherited from Collection<(Of <(PredecessorItem>)>).)
IEnumerable..::.GetEnumerator (Inherited from Collection<(Of <(PredecessorItem>)>).)
IList..::.IndexOf (Inherited from Collection<(Of <(PredecessorItem>)>).)
IList..::.Insert (Inherited from Collection<(Of <(PredecessorItem>)>).)
IList..::.IsFixedSize (Inherited from Collection<(Of <(PredecessorItem>)>).)
System#Collections#Generic#ICollection{T}#IsReadOnly (Inherited from Collection<(Of <(PredecessorItem>)>).)
IList..::.IsReadOnly (Inherited from Collection<(Of <(PredecessorItem>)>).)
ICollection..::.IsSynchronized (Inherited from Collection<(Of <(PredecessorItem>)>).)
IList..::.Item (Inherited from Collection<(Of <(PredecessorItem>)>).)
INotifyPropertyChanged..::.PropertyChanged (Inherited from ObservableCollection<(Of <(PredecessorItem>)>).)
IList..::.Remove (Inherited from Collection<(Of <(PredecessorItem>)>).)
ICollection..::.SyncRoot (Inherited from Collection<(Of <(PredecessorItem>)>).)

See Also