DomainRoleInfo.GetElementLinks<T> 方法 (ModelElement)

获取与角色链接元素的列表。

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

语法

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

类型参数

  • T
    链接类型。

参数

返回值

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

.NET Framework 安全性

请参见

参考

DomainRoleInfo 类

GetElementLinks 重载

Microsoft.VisualStudio.Modeling 命名空间