Share via


ICacheableAttachedCollectionSource.CanCache 屬性

定義

取得是否可以快取這個 IAttachedCollectionSource 中的專案。 IAttachedCollectionSource 實例不支援透過 INotifyCollectionChanged) 對專案 (可觀察的變更,但應該不會快取一段時間的變更,因為快取 IAttachedCollectionSource 會永久快取過時的集合。

public:
 property bool CanCache { bool get(); };
public:
 property bool CanCache { bool get(); };
public bool CanCache { get; }
member this.CanCache : bool
Public ReadOnly Property CanCache As Boolean

屬性值

傳回 Boolean

適用於