다음을 통해 공유


IBindableIterator.Current 속성

정의

컬렉션의 현재 항목을 가져옵니다.

public:
 property Platform::Object ^ Current { Platform::Object ^ get(); };
IInspectable Current();
public object Current { get; }
var object = iBindableIterator.current;
Public ReadOnly Property Current As Object

속성 값

Object

Platform::Object

IInspectable

컬렉션의 현재 항목입니다.

설명

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

적용 대상

추가 정보