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

Observação: esta API agora é obsoleta.

Construtor

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

Sintaxe

'Declaração
<ObsoleteAttribute("Use constructor with TransactionContext parameter")> _
Public Sub New ( _
    directory As IElementDirectory, _
    domainRole As DomainRoleInfo, _
    elementLinkId As Guid, _
    oldRolePlayerId As Guid, _
    newRolePlayerId As Guid, _
    changeSource As ChangeSource _
)
[ObsoleteAttribute("Use constructor with TransactionContext parameter")]
public RolePlayerChangedEventArgs(
    IElementDirectory directory,
    DomainRoleInfo domainRole,
    Guid elementLinkId,
    Guid oldRolePlayerId,
    Guid newRolePlayerId,
    ChangeSource changeSource
)

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