DomainRoleInfo.GetElementLinksToElement Method (ModelElement, ModelElement)

Gets the links between a source and a target element.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Function GetElementLinksToElement ( _
    sourceRolePlayerElement As ModelElement, _
    targetRolePlayerElement As ModelElement _
) As ReadOnlyCollection(Of ElementLink)
public ReadOnlyCollection<ElementLink> GetElementLinksToElement(
    ModelElement sourceRolePlayerElement,
    ModelElement targetRolePlayerElement
)
public:
ReadOnlyCollection<ElementLink^>^ GetElementLinksToElement(
    ModelElement^ sourceRolePlayerElement, 
    ModelElement^ targetRolePlayerElement
)
member GetElementLinksToElement : 
        sourceRolePlayerElement:ModelElement * 
        targetRolePlayerElement:ModelElement -> ReadOnlyCollection<ElementLink> 
public function GetElementLinksToElement(
    sourceRolePlayerElement : ModelElement, 
    targetRolePlayerElement : ModelElement
) : ReadOnlyCollection<ElementLink>

Parameters

Return Value

Type: ReadOnlyCollection<ElementLink>
The links between the source and the target element.

Remarks

Child links are also returned.

.NET Framework Security

See Also

Reference

DomainRoleInfo Class

GetElementLinksToElement Overload

Microsoft.VisualStudio.Modeling Namespace