IItemsRangeInfo 介面

定義

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

public interface class IItemsRangeInfo : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4032779877, 29181, 17826, 190, 19, 160, 129, 210, 148, 166, 141)]
struct IItemsRangeInfo : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4032779877, 29181, 17826, 190, 19, 160, 129, 210, 148, 166, 141)]
public interface IItemsRangeInfo : System.IDisposable
Public Interface IItemsRangeInfo
Implements IDisposable
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

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

方法

Dispose()

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

RangesChanged(ItemIndexRange, IVectorView<ItemIndexRange>)

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

適用於

另請參閱