CollectionView.GetItemAt Method
Retrieves the item at the specified zero-based index in the view.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the item to retrieve.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
index is less than 0. |
This method evaluates the index with any SortDescriptions or Filter property values that are set on the view.
If the underlying collection is of type IEnumerable, this is an O(N) operation.
Notes to Inheritors
When deriving from CollectionView, override this method to provide a more efficient implementation.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.