IAttachedCollectionSourceProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个服务,该服务可以枚举服务理解的对象存在的关系,并且可以为服务理解的关系和对象创建附加集合。
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) |
对于给定对象,枚举此提供程序知道的可能的关系集合。 |