CollectionView.GetItemAt(Int32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the item at the specified zero-based index in the view.
public:
virtual System::Object ^ GetItemAt(int index);
public virtual object GetItemAt (int index);
abstract member GetItemAt : int -> obj
override this.GetItemAt : int -> obj
Public Overridable Function GetItemAt (index As Integer) As Object
- index
- Int32
The zero-based index of the item to retrieve.
The item at the specified zero-based index in the view.
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.
When deriving from CollectionView, override this method to provide a more efficient implementation.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: