ElementLink.OnRolePlayerChanged 方法

调用,更改了角色扮演者。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

ElementLink 类

Microsoft.VisualStudio.Modeling 命名空间