ProtoRolePlayer.CreateRoleAssignment 方法
在创建的链接创建 rolePlayer 的 RoleAssignment。 如果 idDictionary 不包含重新编写的 rolePlayer 的 ID,请使用此 ProtoRolePlayer 创建的原始 rolePlayer,因此,如果 CanUseExistingRolePlayer 方法返回 true。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Public Function CreateRoleAssignment ( _
idDictionary As Dictionary(Of Guid, Guid), _
partition As Partition _
) As RoleAssignment
public RoleAssignment CreateRoleAssignment(
Dictionary<Guid, Guid> idDictionary,
Partition partition
)
参数
- idDictionary
类型:System.Collections.Generic.Dictionary<Guid, Guid>
从原始元素 ID 映射到克隆元素 ID
- partition
类型:Microsoft.VisualStudio.Modeling.Partition
链接创建的分区 (源角色扮演者的分区)
返回值
类型:Microsoft.VisualStudio.Modeling.RoleAssignment
RoleAssignment
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。