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

适用于