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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Function GetLinkNames ( _
rolePlayer As ModelElement, _
domainRole As DomainRoleInfo, _
excludedLink As ElementLink _
) As Dictionary(Of String, ModelElement)
'使用
Dim rolePlayer As ModelElement
Dim domainRole As DomainRoleInfo
Dim excludedLink As ElementLink
Dim returnValue As Dictionary(Of String, ModelElement)
returnValue = Me.GetLinkNames(rolePlayer, _
domainRole, excludedLink)
protected Dictionary<string, ModelElement> GetLinkNames(
ModelElement rolePlayer,
DomainRoleInfo domainRole,
ElementLink excludedLink
)
protected:
Dictionary<String^, ModelElement^>^ GetLinkNames(
ModelElement^ rolePlayer,
DomainRoleInfo^ domainRole,
ElementLink^ excludedLink
)
protected function GetLinkNames(
rolePlayer : ModelElement,
domainRole : DomainRoleInfo,
excludedLink : ElementLink
) : Dictionary<String, ModelElement>
Parameters
rolePlayer
Type: Microsoft.VisualStudio.Modeling.ModelElementThe element to which the links are connected.
domainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfoThe role of the element.
excludedLink
Type: Microsoft.VisualStudio.Modeling.ElementLinkThe links that must be excluded from the list.
Return Value
Type: System.Collections.Generic.Dictionary<String, ModelElement>
The dictionary that contains the link names.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.