Udostępnij za pośrednictwem


IAttachedCollectionSourceProvider.GetRelationships(Object) Metoda

Definicja

W przypadku danego obiektu należy wyliczyć możliwe kolekcje relacji, o których ten dostawca wie.

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::IAttachedRelationship ^> ^ GetRelationships(System::Object ^ item);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.IAttachedRelationship> GetRelationships (object item);
abstract member GetRelationships : obj -> seq<Microsoft.VisualStudio.Shell.IAttachedRelationship>
Public Function GetRelationships (item As Object) As IEnumerable(Of IAttachedRelationship)

Parametry

item
Object

Element do wyliczania możliwych relacji.

Zwraca

Wyliczanie relacji.

Dotyczy