Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the RoleAssignment class.
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, _
linkIndex As Integer _
)
public RoleAssignment(
Guid domainRoleId,
ModelElement rolePlayer,
int linkIndex
)
public:
RoleAssignment(
Guid domainRoleId,
ModelElement^ rolePlayer,
int linkIndex
)
new :
domainRoleId:Guid *
rolePlayer:ModelElement *
linkIndex:int -> RoleAssignment
public function RoleAssignment(
domainRoleId : Guid,
rolePlayer : ModelElement,
linkIndex : int
)
Parameters
domainRoleId
Type: GuidThe ID of the domain role.
rolePlayer
Type: Microsoft.VisualStudio.Modeling.ModelElementThe element that is assigned to the role.
linkIndex
Type: Int32The index of the element link in the list of links for 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.