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

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • elementLinkId
    Tipo: System.Guid
    A identificação do ElementLink cujo contém o usuário alterada
  • oldRolePlayerId
    Tipo: System.Guid
    A identificação do ElementoModelo que estava executando a função antes da alteração
  • newRolePlayerId
    Tipo: System.Guid
    A identificação do que a execução da função após a alteração ModelElement

Segurança do .NET Framework

Consulte também

Referência

RolePlayerChangedEventArgs Classe

Sobrecargas RolePlayerChangedEventArgs

Namespace Microsoft.VisualStudio.Modeling