Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the RoleAssignment class given an element that plays the role.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
    domainRoleId As Guid, _
    rolePlayer As ModelElement _
)
public RoleAssignment(
    Guid domainRoleId,
    ModelElement rolePlayer
)
public:
RoleAssignment(
    Guid domainRoleId, 
    ModelElement^ rolePlayer
)
new : 
        domainRoleId:Guid * 
        rolePlayer:ModelElement -> RoleAssignment
public function RoleAssignment(
    domainRoleId : Guid, 
    rolePlayer : ModelElement
)
Parameters
- domainRoleId
 Type: System.Guid
 The ID of the domain role.
- rolePlayer
 Type: Microsoft.VisualStudio.Modeling.ModelElement
 The element that is assigned to the role.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.