Share via


AttachedCollectionSourceProvider<T>.GetRelationships Method

[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
Protected Overridable Function GetRelationships ( _
    item As T _
) As IEnumerable(Of IAttachedRelationship)
protected virtual IEnumerable<IAttachedRelationship> GetRelationships(
    T item
)
protected:
virtual IEnumerable<IAttachedRelationship^>^ GetRelationships(
    T item
)
abstract GetRelationships : 
        item:'T -> IEnumerable<IAttachedRelationship> 
override GetRelationships : 
        item:'T -> IEnumerable<IAttachedRelationship> 
protected function GetRelationships(
    item : T
) : IEnumerable<IAttachedRelationship>

Parameters

  • item
    Type: T

Return Value

Type: System.Collections.Generic.IEnumerable<IAttachedRelationship>

.NET Framework Security

See Also

Reference

AttachedCollectionSourceProvider<T> Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace