DomainRoleInfo.GetAllElementLinks 方法

获取给定元素参与任何元素链接的列表。

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

语法

声明
Public Shared Function GetAllElementLinks ( _
    rolePlayerElement As ModelElement _
) As ReadOnlyCollection(Of ElementLink)
public static ReadOnlyCollection<ElementLink> GetAllElementLinks(
    ModelElement rolePlayerElement
)

参数

返回值

类型:System.Collections.ObjectModel.ReadOnlyCollection<ElementLink>
链接的 ReadOnlyCollection<T> 连接到元素。

.NET Framework 安全性

请参见

参考

DomainRoleInfo 类

Microsoft.VisualStudio.Modeling 命名空间