ModelElement.GetRoleCollection<TCollection, TElement> 方法 (Guid)

获取或创建链接元素集合

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

语法

声明
Protected Function GetRoleCollection(Of TCollection As ReadOnlyLinkedElementCollection(Of TElement), TElement As ModelElement) ( _
    domainRoleId As Guid _
) As TCollection
protected TCollection GetRoleCollection<TCollection, TElement>(
    Guid domainRoleId
)
where TCollection : ReadOnlyLinkedElementCollection<TElement>
where TElement : ModelElement

类型参数

  • TCollection
    要实例化的集合类型。
  • TElement
    集合中每个元素的类型

参数

返回值

类型:TCollection

.NET Framework 安全性

请参阅

参考

ModelElement 类

GetRoleCollection 重载

Microsoft.VisualStudio.Modeling 命名空间