Compartir a través de


ElementLink.OnRolePlayerChanged (Método)

Llamado cuando se ha cambiado el encargado del rol.

Espacio de nombres:  Microsoft.VisualStudio.Modeling
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Sintaxis

'Declaración
Protected Overridable Sub OnRolePlayerChanged ( _
    domainRole As DomainRoleInfo, _
    oldPlayer As ModelElement, _
    newPlayer As ModelElement, _
    linkIndex As Integer _
)
protected virtual void OnRolePlayerChanged(
    DomainRoleInfo domainRole,
    ModelElement oldPlayer,
    ModelElement newPlayer,
    int linkIndex
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ElementLink Clase

Microsoft.VisualStudio.Modeling (Espacio de nombres)