IAttachedCollectionSourceProvider Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateCollectionSource(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. |
![]() | GetRelationships(Object) | For a given object, enumerate the possible relationship collections this provider knows about. |
Show:
