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
)
參數
- idDictionary
型別:System.Collections.Generic.Dictionary<Guid, Guid>
從原始的項目對應至複製品的項目 ID 的 ID
- partition
型別:Microsoft.VisualStudio.Modeling.Partition
磁碟分割中所建立連結 (來源角色扮演者磁碟分割)
傳回值
型別:Microsoft.VisualStudio.Modeling.RoleAssignment
RoleAssignment
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。