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

获取或创建链接元素集合

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.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
    为 instanciate 的集合类型
  • TElement
    每个类型的集合的元素

参数

返回值

类型:TCollection

.NET Framework 安全性

请参见

参考

ModelElement 类

GetRoleCollection 重载

Microsoft.VisualStudio.Modeling 命名空间