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
每个类型的集合的元素
参数
- domainRoleId
类型:System.Guid
角色 ID
返回值
类型:TCollection
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。