Udostępnij za pośrednictwem


Metoda DomainRoleInfo.GetElementLinks<T> — (ModelElement, Guid)

Pobiera element łącza, gdy dany element jest odtwarzany danej 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 Shared Function GetElementLinks(Of T As ElementLink) ( _
    rolePlayerElement As ModelElement, _
    domainRoleId As Guid _
) As ReadOnlyCollection(Of T)
public static ReadOnlyCollection<T> GetElementLinks<T>(
    ModelElement rolePlayerElement,
    Guid domainRoleId
)
where T : ElementLink

Parametry typów

  • T
    Typ łącza.

Parametry

  • domainRoleId
    Typ: System.Guid
    Identyfikator roli odgrywanej przez element.

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