Udostępnij za pośrednictwem


Metoda DomainRoleInfo.GetElementLinksToElement — (ModelElement, ModelElement, Boolean)

Pobiera łącza między elementem źródłowej i docelowej.

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 GetElementLinksToElement ( _
    sourceRolePlayerElement As ModelElement, _
    targetRolePlayerElement As ModelElement, _
    excludeDerivedRolesLinks As Boolean _
) As ReadOnlyCollection(Of ElementLink)
public ReadOnlyCollection<ElementLink> GetElementLinksToElement(
    ModelElement sourceRolePlayerElement,
    ModelElement targetRolePlayerElement,
    bool excludeDerivedRolesLinks
)

Parametry

  • excludeDerivedRolesLinks
    Typ: System.Boolean
    wartość PRAWDA, aby wykluczyć łącza, które są przypisane do źródłowego lub docelowego elementu podrzędnego; w przeciwnym razie wartość false.

Wartość zwracana

Typ: System.Collections.ObjectModel.ReadOnlyCollection<ElementLink>
Łącza między źródłem a elementu docelowego.

Uwagi

Zwracane są również łącza podrzędne.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DomainRoleInfo Klasa

Przeciążenie GetElementLinksToElement

Przestrzeń nazw Microsoft.VisualStudio.Modeling