Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the role player will be changed.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Protected Overridable Sub OnRolePlayerChanging ( _
domainRole As DomainRoleInfo, _
oldPlayer As ModelElement, _
newPlayer As ModelElement, _
linkIndex As Integer _
)
protected virtual void OnRolePlayerChanging(
DomainRoleInfo domainRole,
ModelElement oldPlayer,
ModelElement newPlayer,
int linkIndex
)
protected:
virtual void OnRolePlayerChanging(
DomainRoleInfo^ domainRole,
ModelElement^ oldPlayer,
ModelElement^ newPlayer,
int linkIndex
)
abstract OnRolePlayerChanging :
domainRole:DomainRoleInfo *
oldPlayer:ModelElement *
newPlayer:ModelElement *
linkIndex:int -> unit
override OnRolePlayerChanging :
domainRole:DomainRoleInfo *
oldPlayer:ModelElement *
newPlayer:ModelElement *
linkIndex:int -> unit
protected function OnRolePlayerChanging(
domainRole : DomainRoleInfo,
oldPlayer : ModelElement,
newPlayer : ModelElement,
linkIndex : int
)
Parameters
- domainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
DomainRoleInfo of the role that is changing.
- oldPlayer
Type: Microsoft.VisualStudio.Modeling.ModelElement
The old role player.
- newPlayer
Type: Microsoft.VisualStudio.Modeling.ModelElement
The new role player.
- linkIndex
Type: System.Int32
The link index.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.