共用方式為


ProtoRolePlayer.CreateRoleAssignment 方法

正在建立的連結,會建立為 rolePlayer 的 RoleAssignment。如果 idDictionary 沒有 reconstituted 的 rolePlayer 識別碼,請使用 CanUseExistingRolePlayer 方法會傳回 true 從中建立此 ProtoRolePlayer,原始的 rolePlayer。

命名空間:  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 命名空間