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
)

参数

返回值

类型:Microsoft.VisualStudio.Modeling.RoleAssignment
RoleAssignment

.NET Framework 安全性

请参见

参考

ProtoRolePlayer 类

Microsoft.VisualStudio.Modeling 命名空间