DomainRoleInfo.GetElementLinks<T> Method (ModelElement, Boolean)

Gets element links when a given element plays this role.

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

Syntax

'Declaration
Public Function GetElementLinks(Of T As ElementLink) ( _
    rolePlayerElement As ModelElement, _
    excludeDerivedRolesLinks As Boolean _
) As ReadOnlyCollection(Of T)
public ReadOnlyCollection<T> GetElementLinks<T>(
    ModelElement rolePlayerElement,
    bool excludeDerivedRolesLinks
)
where T : ElementLink
public:
generic<typename T>
where T : ElementLink 
ReadOnlyCollection<T>^ GetElementLinks(
    ModelElement^ rolePlayerElement, 
    bool excludeDerivedRolesLinks
)
member GetElementLinks : 
        rolePlayerElement:ModelElement * 
        excludeDerivedRolesLinks:bool -> ReadOnlyCollection<'T>  when 'T : ElementLink
JScript does not support generic types or methods.

Type Parameters

  • T
    Type of link.

Parameters

  • excludeDerivedRolesLinks
    Type: Boolean

    Determines whether to exclude links that are attached to derived role players.

Return Value

Type: ReadOnlyCollection<T>
A ReadOnlyCollection of links

.NET Framework Security

See Also

Reference

DomainRoleInfo Class

GetElementLinks Overload

Microsoft.VisualStudio.Modeling Namespace