RoleAssignment Constructor (Guid, Moniker)
Initializes a new instance of the RoleAssignment class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaração
Public Sub New ( _
domainRoleId As Guid, _
rolePlayer As Moniker _
)
public RoleAssignment(
Guid domainRoleId,
Moniker rolePlayer
)
public:
RoleAssignment(
Guid domainRoleId,
Moniker^ rolePlayer
)
new :
domainRoleId:Guid *
rolePlayer:Moniker -> RoleAssignment
public function RoleAssignment(
domainRoleId : Guid,
rolePlayer : Moniker
)
Parameters
- domainRoleId
Type: System.Guid
The ID of the domain role.
- rolePlayer
Type: Microsoft.VisualStudio.Modeling.Moniker
The element's moniker 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.