IAttachedCollectionSourceProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a service which can enumerate relationships that exist for an object the service understands, and which can create attached collections for a relationship and object the service understands.
public interface class IAttachedCollectionSourceProvider
public interface class IAttachedCollectionSourceProvider
__interface IAttachedCollectionSourceProvider
public interface IAttachedCollectionSourceProvider
type IAttachedCollectionSourceProvider = interface
Public Interface IAttachedCollectionSourceProvider
- Derived
Methods
CreateCollectionSource(Object, String) |
For a given object and relationship, create an IAttachedCollectionSource. This attached collection should contain items for the given relationship as they related to the source item. |
GetRelationships(Object) |
For a given object, enumerate the possible relationship collections this provider knows about. |