다음을 통해 공유


ItemsSourceView.GetAt(Int32) 메서드

정의

지정된 인덱스에서 항목을 검색합니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

public:
 virtual Platform::Object ^ GetAt(int index) = GetAt;
IInspectable GetAt(int const& index);
public object GetAt(int index);
Public Function GetAt (index As Integer) As Object

매개 변수

index
Int32

int

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

반환

Object

Platform::Object

IInspectable

지정된 인덱스에 있는 항목입니다.

설명

Count 속성을 사용하여 유효한 인덱스 전달을 확인합니다.

적용 대상