Udostępnij za pośrednictwem


Metoda DomainRoleInfo.GetElementLinks<T> — (ModelElement)

Pobiera listę elementów, które są połączone z roli.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Składnia

'Deklaracja
Public Function GetElementLinks(Of T As ElementLink) ( _
    rolePlayerElement As ModelElement _
) As ReadOnlyCollection(Of T)
public ReadOnlyCollection<T> GetElementLinks<T>(
    ModelElement rolePlayerElement
)
where T : ElementLink

Parametry typów

  • T
    Typ łącza.

Parametry

Wartość zwracana

Typ: System.Collections.ObjectModel.ReadOnlyCollection<T>
A ReadOnlyCollection<T> łączy.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DomainRoleInfo Klasa

Przeciążenie GetElementLinks

Przestrzeń nazw Microsoft.VisualStudio.Modeling