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)

Syntax

'Declaration
Public Interface ISolutionAttachedCollectionService _
    Inherits IAttachedCollectionService
public interface ISolutionAttachedCollectionService : IAttachedCollectionService
public interface class ISolutionAttachedCollectionService : IAttachedCollectionService
type ISolutionAttachedCollectionService =  
    interface 
        interface IAttachedCollectionService 
    end
public interface ISolutionAttachedCollectionService extends IAttachedCollectionService

The ISolutionAttachedCollectionService type exposes the following members.

Methods

  Name Description
Public method CreateBatchInitializationScope
Public method GetOrCreateCollectionSource Gets or creates an IAttachedCollectionSource instance that represents an attached collection for the given relationship on the given item. (Inherited from IAttachedCollectionService.)
Public method GetRelationship Given a name for a relationship, returns an IAttachedRelationship containing a localizable description of the relationship. (Inherited from IAttachedCollectionService.)
Public method GetRelationships Gets the set of relationships supported for a given item. (Inherited from IAttachedCollectionService.)
Public method TryGetFilterProvider

Top

See Also

Reference

Microsoft.Internal.VisualStudio.PlatformUI Namespace