IAttachedCollectionService 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 that can get attached collections for an item based on a known relationship, and which can enumerate relationships supported for an item.
public interface class IAttachedCollectionService
public interface class IAttachedCollectionService
__interface IAttachedCollectionService
public interface IAttachedCollectionService
type IAttachedCollectionService = interface
Public Interface IAttachedCollectionService
Methods
GetOrCreateCollectionSource(Object, String) |
Gets or creates an IAttachedCollectionSource instance representing an attached collection for the given relationship on the given item. |
GetRelationship(Object, String) |
Given a name for a relationship, returns an IAttachedRelationship containing a localizable description of the relationship. |
GetRelationships(Object) |
Gets the set of relationships supported for a given item. |