DomainRoleInfo.GetElementLinks Method (ModelElement, Boolean)

Gets element links when a given element plays this role.

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

Syntax

'宣言
Public Function GetElementLinks ( _
    rolePlayerElement As ModelElement, _
    excludeDerivedRolesLinks As Boolean _
) As ReadOnlyCollection(Of ElementLink)
'使用
Dim instance As DomainRoleInfo
Dim rolePlayerElement As ModelElement
Dim excludeDerivedRolesLinks As Boolean
Dim returnValue As ReadOnlyCollection(Of ElementLink)

returnValue = instance.GetElementLinks(rolePlayerElement, _
    excludeDerivedRolesLinks)
public ReadOnlyCollection<ElementLink> GetElementLinks(
    ModelElement rolePlayerElement,
    bool excludeDerivedRolesLinks
)
public:
ReadOnlyCollection<ElementLink^>^ GetElementLinks(
    ModelElement^ rolePlayerElement, 
    bool excludeDerivedRolesLinks
)
public function GetElementLinks(
    rolePlayerElement : ModelElement, 
    excludeDerivedRolesLinks : boolean
) : ReadOnlyCollection<ElementLink>

Parameters

  • excludeDerivedRolesLinks
    Type: System.Boolean

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

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ElementLink>

A ReadOnlyCollection<T> of links.

Permissions

See Also

Reference

DomainRoleInfo Class

DomainRoleInfo Members

GetElementLinks Overload

Microsoft.VisualStudio.Modeling Namespace