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 的对象。

适用于