ElementNameProvider.GetLinkNames Method

Gets a map of the link names for the links that are assigned to the role players.

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

Syntax

'Declaration
Protected Function GetLinkNames ( _
    rolePlayer As ModelElement, _
    domainRole As DomainRoleInfo, _
    excludedLink As ElementLink _
) As Dictionary(Of String, ModelElement)
protected Dictionary<string, ModelElement> GetLinkNames(
    ModelElement rolePlayer,
    DomainRoleInfo domainRole,
    ElementLink excludedLink
)
protected:
Dictionary<String^, ModelElement^>^ GetLinkNames(
    ModelElement^ rolePlayer, 
    DomainRoleInfo^ domainRole, 
    ElementLink^ excludedLink
)
member GetLinkNames : 
        rolePlayer:ModelElement * 
        domainRole:DomainRoleInfo * 
        excludedLink:ElementLink -> Dictionary<string, ModelElement> 
protected function GetLinkNames(
    rolePlayer : ModelElement, 
    domainRole : DomainRoleInfo, 
    excludedLink : ElementLink
) : Dictionary<String, ModelElement>

Parameters

Return Value

Type: Dictionary<String, ModelElement>
The dictionary that contains the link names.

.NET Framework Security

See Also

Reference

ElementNameProvider Class

Microsoft.VisualStudio.Modeling Namespace