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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。