IAttachedCollectionService Interface

Definition

Represents a service that can get attached collections for an item based on a known relationship, and that can enumerate the relationships that are 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 that represents an attached collection for the given relationship on the given item.

GetRelationship(Object, String)

Given a name for a relationship, returns an Microsoft.VisualStudio.IAttachedRelationship containing a localizable description of the relationship.

GetRelationships(Object)

Gets the set of relationships supported for a given item.

Applies to