RoleAssignment Constructor (Guid, ModelElement)
Initializes a new instance of the RoleAssignment class given an element that plays the role.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: GuidThe ID of the domain role.
rolePlayer
Type: Microsoft.VisualStudio.Modeling.ModelElementThe 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.