IAttachedCollectionService Interface

 

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.

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

public interface IAttachedCollectionService

NameDescription
System_CAPS_pubmethodGetOrCreateCollectionSource(Object, String)

Gets or creates an IAttachedCollectionSource instance that represents an attached collection for the given relationship on the given item.

System_CAPS_pubmethodGetRelationship(Object, String)

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

System_CAPS_pubmethodGetRelationships(Object)

Gets the set of relationships supported for a given item.

Return to top
Show: