共用方式為


IAttachedCollectionSource 介面

定義

表示可以傳回專案集合的物件實例,而且知道是否有任何專案存在,而不需要實現專案本身。

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 的物件。

適用於