FilteredObservableCollection<T>::IndexOf Method (T)
Visual Studio 2015
Gets the location of the specified item.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- item
-
Type:
T
The item.
Implements
IList<T>::IndexOf(T)If the collection has a filter, this method returns the location of the item in the filtered list, otherwise returns the location of the item in the underlying list.
Show: