共用方式為


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

取得或建立連結項目集合

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Protected Shared Function GetRoleCollection(Of TCollection As ReadOnlyLinkedElementCollection(Of TElement), TElement As ModelElement) ( _
    modelElement As ModelElement, _
    domainRoleId As Guid _
) As TCollection
protected static TCollection GetRoleCollection<TCollection, TElement>(
    ModelElement modelElement,
    Guid domainRoleId
)
where TCollection : ReadOnlyLinkedElementCollection<TElement>
where TElement : ModelElement

類型參數

  • TCollection
    要執行個體化的集合型別。
  • TElement
    集合中每個項目的型別。

參數

傳回值

類型:TCollection

.NET Framework 安全性

請參閱

參考

ModelElement 類別

GetRoleCollection 多載

Microsoft.VisualStudio.Modeling 命名空間