Share via


IAttachedCollectionSourceProvider.GetRelationships(Object) Method

Definition

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

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::IAttachedRelationship ^> ^ GetRelationships(System::Object ^ item);

Parameters

item
Object

The item to enumerate possible relationships for.

Returns

An enumerable of relationships.

Applies to