共用方式為


IAsyncAttachedCollectionSource 介面

定義

表示 IAttachedCollectionSource 物件,可報告 HasItems 屬性目前是否正在初始化,並在 IsInitializingHasItems 值變更時引發 INotifyPropertyChanged 事件。

public interface class IAsyncAttachedCollectionSource : Microsoft::VisualStudio::Shell::IAttachedCollectionSource, System::ComponentModel::INotifyPropertyChanged
public interface IAsyncAttachedCollectionSource : Microsoft.VisualStudio.Shell.IAttachedCollectionSource, System.ComponentModel.INotifyPropertyChanged
type IAsyncAttachedCollectionSource = interface
    interface IAttachedCollectionSource
    interface INotifyPropertyChanged
Public Interface IAsyncAttachedCollectionSource
Implements IAttachedCollectionSource, INotifyPropertyChanged
實作

屬性

HasItems

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

(繼承來源 IAttachedCollectionSource)
IsUpdatingHasItems

取得 HasItems 屬性目前是否正在更新。 因為更新 HasItems 可能是異步操作,所以 IAttachedCollectionSource 的取用者可能會想要等待此屬性變成 false,再決定沒有專案。

Items

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

(繼承來源 IAttachedCollectionSource)
SourceItem

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

(繼承來源 IAttachedCollectionSource)

適用於