Partager via


RolePlayerOrderChangedEventArgs, constructeur

Remarque : cette API est maintenant obsolète.

Constructeur

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

Syntaxe

'Déclaration
<ObsoleteAttribute("This class is not intended for  public instantiation")> _
Public Sub New ( _
    directory As IElementDirectory, _
    sourceElementId As Guid, _
    sourceDomainRole As DomainRoleInfo, _
    counterpartId As Guid, _
    counterpartRole As DomainRoleInfo, _
    oldOrdinal As Integer, _
    newOrdinal As Integer, _
    changeSource As ChangeSource, _
    transactionContext As TransactionContext _
)
[ObsoleteAttribute("This class is not intended for  public instantiation")]
public RolePlayerOrderChangedEventArgs(
    IElementDirectory directory,
    Guid sourceElementId,
    DomainRoleInfo sourceDomainRole,
    Guid counterpartId,
    DomainRoleInfo counterpartRole,
    int oldOrdinal,
    int newOrdinal,
    ChangeSource changeSource,
    TransactionContext transactionContext
)

Paramètres

  • sourceElementId
    Type : System.Guid
    L'identificateur de la source ModelElement
  • counterpartId
    Type : System.Guid
    L'identificateur du ModelElement dont la commande a changé
  • oldOrdinal
    Type : System.Int32
    Le nombre ordinal de ModelElement avant la modification
  • newOrdinal
    Type : System.Int32
    Le nombre ordinal de ModelElement après la modification

Sécurité .NET Framework

Voir aussi

Référence

RolePlayerOrderChangedEventArgs Classe

Microsoft.VisualStudio.Modeling, espace de noms