ModelElement.OnRolePlayerPositionChanged(DomainRoleInfo, ElementLink, Int32, Int32) Methode

Definition

Virtuelle Methode für die Benachrichtigung, wenn sich die Position des Rollen Players geändert hat.

protected public:
 virtual void OnRolePlayerPositionChanged(Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ sourceRole, Microsoft::VisualStudio::Modeling::ElementLink ^ link, int oldPosition, int newPosition);
protected internal virtual void OnRolePlayerPositionChanged (Microsoft.VisualStudio.Modeling.DomainRoleInfo sourceRole, Microsoft.VisualStudio.Modeling.ElementLink link, int oldPosition, int newPosition);
abstract member OnRolePlayerPositionChanged : Microsoft.VisualStudio.Modeling.DomainRoleInfo * Microsoft.VisualStudio.Modeling.ElementLink * int * int -> unit
override this.OnRolePlayerPositionChanged : Microsoft.VisualStudio.Modeling.DomainRoleInfo * Microsoft.VisualStudio.Modeling.ElementLink * int * int -> unit
Protected Friend Overridable Sub OnRolePlayerPositionChanged (sourceRole As DomainRoleInfo, link As ElementLink, oldPosition As Integer, newPosition As Integer)

Parameter

sourceRole
DomainRoleInfo

Quell Rolle

link
ElementLink

Element Verknüpfung

oldPosition
Int32

alte Position des Rollen Players

newPosition
Int32

neue Position des Rollen Players

Gilt für