Udostępnij za pośrednictwem


Metoda UmlExtensions.GetRelatedLinks<T> —

Pobiera relacje określonego typu z lub do tego elementu.

Przestrzeń nazw:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Zestaw:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (w Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Składnia

'Deklaracja
<ExtensionAttribute> _
Public Shared Function GetRelatedLinks(Of T As IRelationship) ( _
    element As IElement _
) As IEnumerable(Of T)
public static IEnumerable<T> GetRelatedLinks<T>(
    this IElement element
)
where T : IRelationship
[ExtensionAttribute]
public:
generic<typename T>
where T : IRelationship 
static IEnumerable<T>^ GetRelatedLinks(
    IElement^ element
)
static member GetRelatedLinks : 
        element:IElement -> IEnumerable<'T>  when 'T : IRelationship
Język JScript nie obsługuje typów ani metod ogólnych.

Parametry typów

  • T
    IRelationship lub jeden z jego podtypów.

Parametry

Wartość zwracana

Typ: IEnumerable<T>

Informacje dotyczące użycia

W językach Visual Basic i C# tę metodę można wywołać jako metodę wystąpienia dowolnego obiektu typu IElement. Gdy w celu wywołania tej metody jest używana składnia metody wystąpienia, należy pominąć pierwszy parametr. Aby uzyskać więcej informacji, zobacz temat Metody rozszerzeń (Visual Basic) lub Metody rozszerzeń (Przewodnik programowania w języku C#).

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UmlExtensions Klasa

Przestrzeń nazw Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml