ISolutionAttachedCollectionService Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

public interface ISolutionAttachedCollectionService : IAttachedCollectionService

The ISolutionAttachedCollectionService type exposes the following members.

  NameDescription
Public methodCreateBatchInitializationScope
Public methodGetOrCreateCollectionSourceGets or creates an IAttachedCollectionSource instance that represents an attached collection for the given relationship on the given item. (Inherited from IAttachedCollectionService.)
Public methodGetRelationshipGiven a name for a relationship, returns an IAttachedRelationship containing a localizable description of the relationship. (Inherited from IAttachedCollectionService.)
Public methodGetRelationshipsGets the set of relationships supported for a given item. (Inherited from IAttachedCollectionService.)
Public methodTryGetFilterProvider
Top
Show: