Compartilhar via


ProtoRolePlayer(Guid, Guid, Guid, Int32[]) Constructor

Definition

Constructor

public:
 ProtoRolePlayer(Guid domainRoleId, Guid rolePlayerId, Guid rolePlayerMonikerId, cli::array <int> ^ ordinals);
public ProtoRolePlayer (Guid domainRoleId, Guid rolePlayerId, Guid rolePlayerMonikerId, int[] ordinals);
new Microsoft.VisualStudio.Modeling.ProtoRolePlayer : Guid * Guid * Guid * int[] -> Microsoft.VisualStudio.Modeling.ProtoRolePlayer
Public Sub New (domainRoleId As Guid, rolePlayerId As Guid, rolePlayerMonikerId As Guid, ordinals As Integer())

Parameters

domainRoleId
Guid

Guid of the DomainRole that this role player plays

rolePlayerId
Guid

Guid of the role player itself

rolePlayerMonikerId
Guid

Guid of the role player moniker

ordinals
Int32[]

ordinals of the role with the element link

Applies to