Initializes a new instance of the RoleAssignment class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub New ( _
domainRoleId As Guid, _
rolePlayer As Moniker _
)
'使用
Dim domainRoleId As Guid
Dim rolePlayer As Moniker
Dim instance As New RoleAssignment(domainRoleId, _
rolePlayer)
public RoleAssignment(
Guid domainRoleId,
Moniker rolePlayer
)
public:
RoleAssignment(
Guid domainRoleId,
Moniker^ rolePlayer
)
public function RoleAssignment(
domainRoleId : Guid,
rolePlayer : Moniker
)
Parameters
domainRoleId
Type: System.GuidThe ID of the domain role.
rolePlayer
Type: Microsoft.VisualStudio.Modeling.MonikerThe element's moniker that is assigned to the role.
Permissions
- 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.