IAttachedCollectionSourceProvider Interface

 

Represents a service that can enumerate the relationships that exist for an object the service understands, and which can create attached collections for a relationship and object the service understands.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

public interface IAttachedCollectionSourceProvider

NameDescription
System_CAPS_pubmethodCreateCollectionSource(Object, String)

For a given object and relationship, create an IAttachedCollectionSource. This attached collection should contain items for the given relationship as they relate to the source item.

System_CAPS_pubmethodGetRelationships(Object)

For a given object, enumerate the possible relationship collections this provider knows about.

Return to top
Show: