IBindableIterable 인터페이스

정의

데이터 바인딩 인프라 요구 사항을 사용하도록 IIterable 을 확장합니다.

.Net 이 인터페이스는 System.Collections.IEnumerable로 표시됩니다.

public interface class IBindableIterable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(57486344, 57129, 16815, 138, 162, 215, 116, 190, 98, 186, 111)]
struct IBindableIterable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(57486344, 57129, 16815, 138, 162, 215, 116, 190, 98, 186, 111)]
public interface IEnumerable
Public Interface IEnumerable
파생
특성

설명

.NET으로 프로그래밍할 때 이 인터페이스는 숨겨지고 개발자는 System.Collections.IEnumerable 인터페이스를 사용해야 합니다.

메서드

First()

컬렉션의 항목을 반복하는 바인딩 가능한 반복기를 반환합니다.

적용 대상

추가 정보