共用方式為


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 命名空間