共用方式為


ICacheableAttachedCollectionSource 介面

定義

代表可能快取的 IAttachedCollectionSource。 每次要求快取來源時,不需要重新建立快取來源。

public interface class ICacheableAttachedCollectionSource : Microsoft::VisualStudio::Shell::IAttachedCollectionSource
public interface class ICacheableAttachedCollectionSource : Microsoft::VisualStudio::Shell::IAttachedCollectionSource
__interface ICacheableAttachedCollectionSource : Microsoft::VisualStudio::Shell::IAttachedCollectionSource
public interface ICacheableAttachedCollectionSource : Microsoft.VisualStudio.Shell.IAttachedCollectionSource
type ICacheableAttachedCollectionSource = interface
    interface IAttachedCollectionSource
Public Interface ICacheableAttachedCollectionSource
Implements IAttachedCollectionSource
實作

屬性

CanCache

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

HasItems

如果這個 IAttachedCollectionSource 有任何專案,則傳回 true,否則傳回 false。 存取 HasItems 不一定會自行建立專案。

(繼承來源 IAttachedCollectionSource)
Items

視需要取得 (並建立 ,) 與此 IAttachedCollectionSource 相關聯的專案集合。

(繼承來源 IAttachedCollectionSource)
SourceItem

取得用來建立這個 IAttachedCollectionSource 的物件。

(繼承來源 IAttachedCollectionSource)

適用於