IAttachedCollectionSourceProvider 接口

定义

表示一个服务,该服务可以枚举服务理解的对象存在的关系,并且可以为服务理解的关系和对象创建附加集合。

public interface class IAttachedCollectionSourceProvider
public interface class IAttachedCollectionSourceProvider
__interface IAttachedCollectionSourceProvider
public interface IAttachedCollectionSourceProvider
type IAttachedCollectionSourceProvider = interface
Public Interface IAttachedCollectionSourceProvider
派生

方法

CreateCollectionSource(Object, String)

对于给定的对象和关系,创建 IAttachedCollectionSource。 此附加集合应包含给定关系的项,因为它们与源项相关。

GetRelationships(Object)

对于给定对象,枚举此提供程序知道的可能的关系集合。

适用于