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
)
參數
- domainRole
型別:Microsoft.VisualStudio.Modeling.DomainRoleInfo
DomainRoleInfo 已變更的角色。
- oldPlayer
型別:Microsoft.VisualStudio.Modeling.ModelElement
舊的角色扮演者。
- newPlayer
型別:Microsoft.VisualStudio.Modeling.ModelElement
新的角色扮演者。
- linkIndex
型別:System.Int32
連結索引。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。