Share via


DomainRoleInfo.GetAllElementLinks Method

Gets a list of all element links that the given element participates in.

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

Syntax

'Declaration
Public Shared Function GetAllElementLinks ( _
    rolePlayerElement As ModelElement _
) As ReadOnlyCollection(Of ElementLink)
public static ReadOnlyCollection<ElementLink> GetAllElementLinks(
    ModelElement rolePlayerElement
)
public:
static ReadOnlyCollection<ElementLink^>^ GetAllElementLinks(
    ModelElement^ rolePlayerElement
)
static member GetAllElementLinks : 
        rolePlayerElement:ModelElement -> ReadOnlyCollection<ElementLink> 
public static function GetAllElementLinks(
    rolePlayerElement : ModelElement
) : ReadOnlyCollection<ElementLink>

Parameters

Return Value

Type: ReadOnlyCollection<ElementLink>
A ReadOnlyCollection of the links connected to the element.

.NET Framework Security

See Also

Reference

DomainRoleInfo Class

Microsoft.VisualStudio.Modeling Namespace