Share via


AttachedCollectionSourceProvider<T>.IAttachedCollectionSourceProvider.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
Private Function GetRelationships ( _
    item As Object _
) As IEnumerable(Of IAttachedRelationship) Implements IAttachedCollectionSourceProvider.GetRelationships
IEnumerable<IAttachedRelationship> IAttachedCollectionSourceProvider.GetRelationships(
    Object item
)
private:
virtual IEnumerable<IAttachedRelationship^>^ GetRelationships(
    Object^ item
) sealed = IAttachedCollectionSourceProvider::GetRelationships
private abstract GetRelationships : 
        item:Object -> IEnumerable<IAttachedRelationship> 
private override GetRelationships : 
        item:Object -> IEnumerable<IAttachedRelationship> 
JScript does not support explicit interface implementations.

Parameters

Return Value

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

Implements

IAttachedCollectionSourceProvider.GetRelationships(Object)

.NET Framework Security

See Also

Reference

AttachedCollectionSourceProvider<T> Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace