ItemsRepeater.ItemsSourceView 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定 ItemsSource 物件與 ItemsRepeater 控件與其相關聯元件之間所支援互動的標準化檢視。
ItemsSourceView ItemsSourceView();
public ItemsSourceView ItemsSourceView { get; }
var itemsSourceView = itemsRepeater.itemsSourceView;
Public ReadOnly Property ItemsSourceView As ItemsSourceView
屬性值
ItemsSource 物件與 ItemsRepeater 之間所支援互動的標準化檢視。
備註
ItemsSourceView 會根據數據源所實作的介面,提供 ItemsRepeater 和相關元件與數據的可用互動標準化 檢視 ,以及控件所支援的介面。 例如,您可以將 ItemsSource 設定為衍生的 ObservableCollection<T> ,以實作一或多個 IItemsRangeInfo、 ISelectionInfo 和 ISupportIncrementalLoading 介面,以改變數據與控件之間的互動。