다음을 통해 공유


VirtualizingLayoutContext.GetItemAtCore(Int32) 메서드

정의

파생 클래스에서 구현되는 경우 지정된 인덱스에 있는 원본의 데이터 항목을 검색합니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 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

검색할 데이터 항목의 인덱스입니다.

반환

Object

Platform::Object

IInspectable

지정된 인덱스에서 데이터 항목입니다.

설명

이 메서드는 GetItemAt 를 호출할 때 동작을 제공합니다.

기본 구현은 NotImplementedException (winrt::hresult_not_implemented)을 throw합니다.

적용 대상