DomainRoleInfo.GetElementLinks<T> 方法 (ModelElement, Guid)

,在特定元素模拟某个特定角色时,获取元素链接。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Shared Function GetElementLinks(Of T As ElementLink) ( _
    rolePlayerElement As ModelElement, _
    domainRoleId As Guid _
) As ReadOnlyCollection(Of T)
public static ReadOnlyCollection<T> GetElementLinks<T>(
    ModelElement rolePlayerElement,
    Guid domainRoleId
)
where T : ElementLink

类型参数

  • T
    链接类型。

参数

  • domainRoleId
    类型:System.Guid
    元素扮演的角色的 ID。

返回值

类型:System.Collections.ObjectModel.ReadOnlyCollection<T>
链接的 ReadOnlyCollection<T>

.NET Framework 安全性

请参见

参考

DomainRoleInfo 类

GetElementLinks 重载

Microsoft.VisualStudio.Modeling 命名空间