Sdílet prostřednictvím


ElementLink.OnRolePlayerChanged – metoda

Nazývá se po změně role přehrávače.

Obor názvů:  Microsoft.VisualStudio.Modeling
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ElementLink Třída

Microsoft.VisualStudio.Modeling – obor názvů