Udostępnij za pośrednictwem


IAttachedCollectionService.GetRelationships(Object) Metoda

Definicja

Pobiera zestaw relacji obsługiwanych dla danego elementu.

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 umożliwiający uzyskanie obsługiwanych relacji.

Zwraca

Wyliczanie obsługiwanych relacji.

Uwagi

W konkretnym przykładzie element typu "Klasa" może obsługiwać relacje, takie jak "Typy bazowe", "Typy pochodne" i "Elementy członkowskie". Te opisy relacji zostaną zwrócone z tej metody.

Dotyczy