Udostępnij za pośrednictwem


Konstruktor RolePlayerOrderChangedEventArgs —

Uwaga: ten interfejs API jest już przestarzały.

Konstruktor

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (w Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Składnia

'Deklaracja
<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
)

Parametry

  • sourceElementId
    Typ: System.Guid
    Identyfikator źródła ModelElement
  • counterpartId
    Typ: System.Guid
    Identyfikator ModelElement, których kolejność zmienił się
  • oldOrdinal
    Typ: System.Int32
    Liczba porządkowa przed zmianą ModelElement
  • newOrdinal
    Typ: System.Int32
    Liczebniki po zmianie ModelElement

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

RolePlayerOrderChangedEventArgs Klasa

Przestrzeń nazw Microsoft.VisualStudio.Modeling