Share via


IItemContainerMapping 인터페이스

정의

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

public interface class IItemContainerMapping
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3017816626, 60035, 22054, 191, 218, 211, 39, 161, 199, 85, 12)]
struct IItemContainerMapping
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3017816626, 60035, 22054, 191, 218, 211, 39, 161, 199, 85, 12)]
public interface IItemContainerMapping
Public Interface IItemContainerMapping
파생
특성

메서드

ContainerFromIndex(Int32)

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

ContainerFromItem(Object)

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

IndexFromContainer(DependencyObject)

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

ItemFromContainer(DependencyObject)

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

적용 대상