IAttachedCollectionService Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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 T:Microsoft.VisualStudio.IAttachedRelationship containing a localizable description of the relationship. |
![]() | GetRelationships(Object) | Gets the set of relationships supported for a given item. |
Show:
