IAttachedCollectionSourceProvider::GetRelationships Method (Object^)

 

For a given object, enumerate the possible relationship collections this provider knows about.

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

IEnumerable<IAttachedRelationship^>^ GetRelationships(
	Object^ item
)

Parameters

item
Type: System::Object^

The item.

Return Value

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

Returns an IEnumerable<T>of relationships.

Return to top
Show: