VirtualizingLayoutContext.GetItemAtCore(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中实现时,检索在指定索引处找到的源中的数据项。
本文档适用于 Windows 应用 SDK 中 WinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。
protected:
virtual Platform::Object ^ GetItemAtCore(int index) = GetItemAtCore;
IInspectable GetItemAtCore(int const& index);
protected virtual object GetItemAtCore(int index);
Protected Overridable Function GetItemAtCore (index As Integer) As Object
参数
- index
-
Int32
int
要检索的数据项的索引。
返回
指定索引处的数据项。
注解
此方法提供调用 GetItemAt 时的行为。
基本实现引发 NotImplementedException (winrt::hresult_not_implemented) 。