Udostępnij za pośrednictwem


Metoda DomainRoleInfo.GetElementLinksToElement — (ModelElement, ModelElement)

Pobiera łącza między źródłem a elementu docelowego.

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

Parametry

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