Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 ObservableCollection(T) Members
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
ObservableCollection<(Of <(T>)>) Members

Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.

The ObservableCollection<(Of <(T>)>) type exposes the following members.

  NameDescription
ms668613.pubmethod(en-us,VS.90).gifObservableCollection<(Of <(T>)>)Overloaded. Initializes a new instance of the ObservableCollection<(Of <(T>)>) class.
Top
  NameDescription
ms668613.pubmethod(en-us,VS.90).gifAdd Adds an object to the end of the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
ms668613.protmethod(en-us,VS.90).gifBlockReentrancy Disallows reentrant attempts to change this collection.
ms668613.protmethod(en-us,VS.90).gifCheckReentrancy Checks for reentrant attempts to change this collection.
ms668613.pubmethod(en-us,VS.90).gifClear Removes all elements from the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
ms668613.protmethod(en-us,VS.90).gifClearItems Removes all items from the collection. (Overrides Collection<(Of <(T>)>)..::.ClearItems()()().)
ms668613.pubmethod(en-us,VS.90).gifContains Determines whether an element is in the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
ms668613.pubmethod(en-us,VS.90).gifCopyTo 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 <(T>)>).)
ms668613.pubmethod(en-us,VS.90).gifEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
ms668613.protmethod(en-us,VS.90).gifFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
ms668613.pubmethod(en-us,VS.90).gifGetEnumerator Returns an enumerator that iterates through the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
ms668613.pubmethod(en-us,VS.90).gifGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
ms668613.pubmethod(en-us,VS.90).gifGetType Gets the Type of the current instance. (Inherited from Object.)
ms668613.pubmethod(en-us,VS.90).gifIndexOf 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 <(T>)>).)
ms668613.pubmethod(en-us,VS.90).gifInsert Inserts an element into the Collection<(Of <(T>)>) at the specified index. (Inherited from Collection<(Of <(T>)>).)
ms668613.protmethod(en-us,VS.90).gifInsertItem Inserts an item into the collection at the specified index. (Overrides Collection<(Of <(T>)>)..::.InsertItem(Int32, T).)
ms668613.protmethod(en-us,VS.90).gifMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
ms668613.pubmethod(en-us,VS.90).gifMove Moves the item at the specified index to a new location in the collection.
ms668613.protmethod(en-us,VS.90).gifMoveItem Moves the item at the specified index to a new location in the collection.
ms668613.protmethod(en-us,VS.90).gifOnCollectionChanged Raises the CollectionChanged event with the provided arguments.
ms668613.protmethod(en-us,VS.90).gifOnPropertyChanged Raises the PropertyChanged event with the provided arguments.
ms668613.pubmethod(en-us,VS.90).gifRemove Removes the first occurrence of a specific object from the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
ms668613.pubmethod(en-us,VS.90).gifRemoveAt Removes the element at the specified index of the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
ms668613.protmethod(en-us,VS.90).gifRemoveItem Removes the item at the specified index of the collection. (Overrides Collection<(Of <(T>)>)..::.RemoveItem(Int32).)
ms668613.protmethod(en-us,VS.90).gifSetItem Replaces the element at the specified index. (Overrides Collection<(Of <(T>)>)..::.SetItem(Int32, T).)
ms668613.pubmethod(en-us,VS.90).gifToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
ms668613.pubproperty(en-us,VS.90).gifCount Gets the number of elements actually contained in the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
ms668613.pubproperty(en-us,VS.90).gifItem Gets or sets the element at the specified index. (Inherited from Collection<(Of <(T>)>).)
ms668613.protproperty(en-us,VS.90).gifItems Gets a IList<(Of <(T>)>) wrapper around the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
Top
  NameDescription
ms668613.pubevent(en-us,VS.90).gifCollectionChanged Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
ms668613.protevent(en-us,VS.90).gifPropertyChanged Occurs when a property value changes.
Top
  NameDescription
ms668613.pubinterface(en-us,VS.90).gifms668613.privmethod(en-us,VS.90).gifIList..::.Add Adds an item to the IList. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privmethod(en-us,VS.90).gifIList..::.Contains Determines whether the IList contains a specific value. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privmethod(en-us,VS.90).gifICollection..::.CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privmethod(en-us,VS.90).gifIEnumerable..::.GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privmethod(en-us,VS.90).gifIList..::.IndexOf Determines the index of a specific item in the IList. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privmethod(en-us,VS.90).gifIList..::.Insert Inserts an item into the IList at the specified index. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privproperty(en-us,VS.90).gifIList..::.IsFixedSize Gets a value indicating whether the IList has a fixed size. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privproperty(en-us,VS.90).gifICollection<(Of <(T>)>)..::.IsReadOnly Gets a value indicating whether the ICollection<(Of <(T>)>) is read-only. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privproperty(en-us,VS.90).gifIList..::.IsReadOnly Gets a value indicating whether the IList is read-only. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privproperty(en-us,VS.90).gifICollection..::.IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privproperty(en-us,VS.90).gifIList..::.Item Gets or sets the element at the specified index. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privevent(en-us,VS.90).gifINotifyPropertyChanged..::.PropertyChanged Occurs when a property value changes.
ms668613.pubinterface(en-us,VS.90).gifms668613.privmethod(en-us,VS.90).gifIList..::.Remove Removes the first occurrence of a specific object from the IList. (Inherited from Collection<(Of <(T>)>).)
ms668613.pubinterface(en-us,VS.90).gifms668613.privproperty(en-us,VS.90).gifICollection..::.SyncRoot Gets an object that can be used to synchronize access to the ICollection. (Inherited from Collection<(Of <(T>)>).)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker