ItemsProvider<T>.GetRelationships Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Overridable Function GetRelationships ( _
item As T _
) As IEnumerable(Of IRelationshipDisplayItem)
protected virtual IEnumerable<IRelationshipDisplayItem> GetRelationships(
T item
)
protected:
virtual IEnumerable<IRelationshipDisplayItem^>^ GetRelationships(
T item
)
abstract GetRelationships :
item:'T -> IEnumerable<IRelationshipDisplayItem>
override GetRelationships :
item:'T -> IEnumerable<IRelationshipDisplayItem>
protected function GetRelationships(
item : T
) : IEnumerable<IRelationshipDisplayItem>
Parameters
- item
Type: T
Return Value
Type: System.Collections.Generic.IEnumerable<IRelationshipDisplayItem>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.