ICacheableAttachedCollectionSource.CanCache Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether or not the items from this IAttachedCollectionSource can be cached. IAttachedCollectionSource instances that do not support observable changes to their items (via INotifyCollectionChanged) but which do change over time should not be cached, since caching the IAttachedCollectionSource will permanently cache a stale collection.
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
Property Value
Returns Boolean.