IAttachedCollectionSource 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示可以傳回專案集合的物件實例,而且知道是否有任何專案存在,而不需要實現專案本身。
public interface class IAttachedCollectionSource
public interface class IAttachedCollectionSource
__interface IAttachedCollectionSource
public interface IAttachedCollectionSource
type IAttachedCollectionSource = interface
Public Interface IAttachedCollectionSource
- 衍生
屬性
HasItems |
如果這個 IAttachedCollectionSource 有任何專案,則傳回 true,否則傳回 false。 存取 HasItems 不一定會自行建立專案。 |
Items |
視需要取得 (並建立 ,) 與此 IAttachedCollectionSource 相關聯的專案集合。 |
SourceItem |
取得用來建立這個 IAttachedCollectionSource 的物件。 |