IItemContainerMapping 인터페이스

정의

ItemsControl이 데이터 항목을 UI 컨테이너에 매핑할 수 있도록 하는 메서드를 제공합니다.

public interface class IItemContainerMapping
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1405743674, 62045, 17514, 153, 184, 199, 174, 184, 57, 5, 15)]
struct IItemContainerMapping
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1405743674, 62045, 17514, 153, 184, 199, 174, 184, 57, 5, 15)]
public interface IItemContainerMapping
Public Interface IItemContainerMapping
파생
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

메서드

ContainerFromIndex(Int32)

ItemCollection 내의 지정된 인덱스에서 항목에 대한 컨테이너를 반환합니다.

ContainerFromItem(Object)

지정된 항목에 해당하는 컨테이너를 반환합니다.

IndexFromContainer(DependencyObject)

지정된 생성된 컨테이너가 있는 항목에 대한 인덱스 를 반환합니다.

ItemFromContainer(DependencyObject)

지정된 생성된 컨테이너에 해당하는 항목을 반환합니다.

적용 대상