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