Partager via


RolePlayerChangedEventArgs, constructeur (IElementDirectory, DomainRoleInfo, Guid, Guid, Guid, ChangeSource, TransactionContext)

Espace de noms :  Microsoft.VisualStudio.Modeling
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    directory As IElementDirectory, _
    domainRole As DomainRoleInfo, _
    elementLinkId As Guid, _
    oldRolePlayerId As Guid, _
    newRolePlayerId As Guid, _
    changeSource As ChangeSource, _
    transactionContext As TransactionContext _
)
public RolePlayerChangedEventArgs(
    IElementDirectory directory,
    DomainRoleInfo domainRole,
    Guid elementLinkId,
    Guid oldRolePlayerId,
    Guid newRolePlayerId,
    ChangeSource changeSource,
    TransactionContext transactionContext
)

Paramètres

  • elementLinkId
    Type : System.Guid
    ID de l'ElementLink dont l'acteur de rôle a été modifié
  • oldRolePlayerId
    Type : System.Guid
    ID du ModelElement qui jouait le rôle avant la modification
  • newRolePlayerId
    Type : System.Guid
    ID du ModelElement qui joue le rôle après la modification

Sécurité .NET Framework

Voir aussi

Référence

RolePlayerChangedEventArgs Classe

RolePlayerChangedEventArgs, surcharge

Microsoft.VisualStudio.Modeling, espace de noms