ElementLink.OnRolePlayerChanging, méthode
Appelée lorsque l'acteur de rôle doit être modifié.
Espace de noms : Microsoft.VisualStudio.Modeling
Assembly : Microsoft.VisualStudio.Modeling.Sdk.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnRolePlayerChanging ( _
domainRole As DomainRoleInfo, _
oldPlayer As ModelElement, _
newPlayer As ModelElement, _
linkIndex As Integer _
)
protected virtual void OnRolePlayerChanging(
DomainRoleInfo domainRole,
ModelElement oldPlayer,
ModelElement newPlayer,
int linkIndex
)
Paramètres
- domainRole
Type : Microsoft.VisualStudio.Modeling.DomainRoleInfo
DomainRoleInfo du rôle qui change.
- oldPlayer
Type : Microsoft.VisualStudio.Modeling.ModelElement
Ancien acteur de rôle.
- newPlayer
Type : Microsoft.VisualStudio.Modeling.ModelElement
Nouvel acteur de rôle.
- linkIndex
Type : System.Int32
Index de lien.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.