共用方式為


IItemsRangeInfo 介面

定義

提供資料來源中專案範圍的相關資訊。

public interface class IItemsRangeInfo : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3090640136, 34299, 22075, 130, 115, 57, 239, 45, 19, 130, 86)]
struct IItemsRangeInfo : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3090640136, 34299, 22075, 130, 115, 57, 239, 45, 19, 130, 86)]
public interface IItemsRangeInfo : System.IDisposable
Public Interface IItemsRangeInfo
Implements IDisposable
屬性
實作

備註

IItemsRangeInfo 介面支援虛擬化大型資料來源,以便透過 XAML 清單控制項有效率地呈現。 支援資料來源虛擬化的其他類別和介面如下。

方法

Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

RangesChanged(ItemIndexRange, IVectorView<ItemIndexRange>)

更新在清單控制項中可見之資料來源中的專案範圍,以及在實作IItemsRangeInfo介面的物件實例中追蹤的專案範圍。

適用於

另請參閱