PresentationFrameworkCollection<T>.IndexOf Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines the index of a specific item in the PresentationFrameworkCollection<T>.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- value
- Type: T
The object to locate in the PresentationFrameworkCollection<T>.
Implements
IList<T>.IndexOf(T)| Exception | Condition |
|---|---|
| ArgumentException | The object was not found in the list. |
Show: