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 ModelElement, _
linkIndex As Integer _
)
'使用
Dim domainRoleId As Guid
Dim rolePlayer As ModelElement
Dim linkIndex As Integer
Dim instance As New RoleAssignment(domainRoleId, _
rolePlayer, linkIndex)
public RoleAssignment(
Guid domainRoleId,
ModelElement rolePlayer,
int linkIndex
)
public:
RoleAssignment(
Guid domainRoleId,
ModelElement^ rolePlayer,
int linkIndex
)
public function RoleAssignment(
domainRoleId : Guid,
rolePlayer : ModelElement,
linkIndex : int
)
Parameters
domainRoleId
Type: System.GuidThe ID of the domain role.
rolePlayer
Type: Microsoft.VisualStudio.Modeling.ModelElementThe element that is assigned to the role.
linkIndex
Type: System.Int32The index of the element link in the list of links for 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.