Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 ObservableCollection(T) Members

  Switch on low bandwidth view
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
Public methodObservableCollection<(Of <(T>)>)Overloaded. Initializes a new instance of the ObservableCollection<(Of <(T>)>) class.
Top
  NameDescription
Public methodAddAdds an object to the end of the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
Protected methodBlockReentrancy Disallows reentrant attempts to change this collection.
Protected methodCheckReentrancy Checks for reentrant attempts to change this collection.
Public methodClearRemoves all elements from the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
Protected methodClearItems Removes all items from the collection. (Overrides Collection<(Of <(T>)>)..::.ClearItems()()().)
Public methodContainsDetermines whether an element is in the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
Public methodCopyToCopies 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>)>).)
Public methodEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetEnumeratorReturns an enumerator that iterates through the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
Public methodGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodIndexOfSearches 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>)>).)
Public methodInsertInserts an element into the Collection<(Of <(T>)>) at the specified index. (Inherited from Collection<(Of <(T>)>).)
Protected methodInsertItem Inserts an item into the collection at the specified index. (Overrides Collection<(Of <(T>)>)..::.InsertItem(Int32, T).)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodMove Moves the item at the specified index to a new location in the collection.
Protected methodMoveItem Moves the item at the specified index to a new location in the collection.
Protected methodOnCollectionChanged Raises the CollectionChanged event with the provided arguments.
Protected methodOnPropertyChanged Raises the PropertyChanged event with the provided arguments.
Public methodRemoveRemoves the first occurrence of a specific object from the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
Public methodRemoveAtRemoves the element at the specified index of the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
Protected methodRemoveItem Removes the item at the specified index of the collection. (Overrides Collection<(Of <(T>)>)..::.RemoveItem(Int32).)
Protected methodSetItem Replaces the element at the specified index. (Overrides Collection<(Of <(T>)>)..::.SetItem(Int32, T).)
Public methodToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Public propertyCountGets the number of elements actually contained in the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
Public propertyItemGets or sets the element at the specified index. (Inherited from Collection<(Of <(T>)>).)
Protected propertyItemsGets a IList<(Of <(T>)>) wrapper around the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(T>)>).)
Top
  NameDescription
Public eventCollectionChanged Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
Protected eventPropertyChanged Occurs when a property value changes.
Top
  NameDescription
Explicit interface implemetationPrivate methodIList..::.AddAdds an item to the IList. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate methodIList..::.ContainsDetermines whether the IList contains a specific value. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate methodICollection..::.CopyToCopies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate methodIEnumerable..::.GetEnumeratorReturns an enumerator that iterates through a collection. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate methodIList..::.IndexOfDetermines the index of a specific item in the IList. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate methodIList..::.InsertInserts an item into the IList at the specified index. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate propertyIList..::.IsFixedSizeGets a value indicating whether the IList has a fixed size. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate propertyICollection<(Of <(T>)>)..::.IsReadOnlyGets a value indicating whether the ICollection<(Of <(T>)>) is read-only. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate propertyIList..::.IsReadOnlyGets a value indicating whether the IList is read-only. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate propertyICollection..::.IsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate propertyIList..::.ItemGets or sets the element at the specified index. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate eventINotifyPropertyChanged..::.PropertyChanged Occurs when a property value changes.
Explicit interface implemetationPrivate methodIList..::.RemoveRemoves the first occurrence of a specific object from the IList. (Inherited from Collection<(Of <(T>)>).)
Explicit interface implemetationPrivate propertyICollection..::.SyncRootGets 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
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker