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