Partager via


ModelElement.OnRolePlayerPositionChanged, méthode

Appelé lorsque la position d'un rôle a changé.

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

Syntaxe

'Déclaration
Protected Friend Overridable Sub OnRolePlayerPositionChanged ( _
    sourceRole As DomainRoleInfo, _
    link As ElementLink, _
    oldPosition As Integer, _
    newPosition As Integer _
)
protected internal virtual void OnRolePlayerPositionChanged(
    DomainRoleInfo sourceRole,
    ElementLink link,
    int oldPosition,
    int newPosition
)

Paramètres

  • oldPosition
    Type : System.Int32
    Le rôle ancien de position de lecteur.
  • newPosition
    Type : System.Int32
    Le nouveau rôle de position de lecteur.

Sécurité .NET Framework

Voir aussi

Référence

ModelElement Classe

Microsoft.VisualStudio.Modeling, espace de noms