IItemContainerMapping 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供方法,讓 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) |
傳回對應至指定之產生的容器的專案。 |