Share via


IBindableVectorView.GetAt(UInt32) 메서드

정의

벡터의 지정된 인덱스에서 항목을 반환합니다.

public:
 Platform::Object ^ GetAt(unsigned int index);
IInspectable GetAt(uint32_t const& index);
public object GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As Object

매개 변수

index
UInt32

unsigned int

uint32_t

반환할 벡터에 있는 항목의 인덱스(0부터 시작)입니다.

반환

Object

Platform::Object

IInspectable

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

설명

이 인터페이스는 C++에서 데이터 바인딩 가능한 컬렉션 만들기를 지원합니다. .NET을 사용하여 프로그래밍할 때 ObservableCollection(Of T) 을 사용하거나 IListINotifyCollectionChanged를 구현해야 합니다.

적용 대상

추가 정보