RolePlayerChangedEventArgs Constructor (IElementDirectory, DomainRoleInfo, Guid, Guid, Guid, ChangeSource, TransactionContext)

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    directory As IElementDirectory, _
    domainRole As DomainRoleInfo, _
    elementLinkId As Guid, _
    oldRolePlayerId As Guid, _
    newRolePlayerId As Guid, _
    changeSource As ChangeSource, _
    transactionContext As TransactionContext _
)
public RolePlayerChangedEventArgs(
    IElementDirectory directory,
    DomainRoleInfo domainRole,
    Guid elementLinkId,
    Guid oldRolePlayerId,
    Guid newRolePlayerId,
    ChangeSource changeSource,
    TransactionContext transactionContext
)
public:
RolePlayerChangedEventArgs(
    IElementDirectory^ directory, 
    DomainRoleInfo^ domainRole, 
    Guid elementLinkId, 
    Guid oldRolePlayerId, 
    Guid newRolePlayerId, 
    ChangeSource changeSource, 
    TransactionContext^ transactionContext
)
new : 
        directory:IElementDirectory * 
        domainRole:DomainRoleInfo * 
        elementLinkId:Guid * 
        oldRolePlayerId:Guid * 
        newRolePlayerId:Guid * 
        changeSource:ChangeSource * 
        transactionContext:TransactionContext -> RolePlayerChangedEventArgs
public function RolePlayerChangedEventArgs(
    directory : IElementDirectory, 
    domainRole : DomainRoleInfo, 
    elementLinkId : Guid, 
    oldRolePlayerId : Guid, 
    newRolePlayerId : Guid, 
    changeSource : ChangeSource, 
    transactionContext : TransactionContext
)

Parameters

  • elementLinkId
    Type: Guid

    The Id of the ElementLink whose role-player changed

  • oldRolePlayerId
    Type: Guid

    The Id of the ModelElement that was playing the role before the change

  • newRolePlayerId
    Type: Guid

    The Id of the ModelElement that is playing the role after the change

.NET Framework Security

See Also

Reference

RolePlayerChangedEventArgs Class

RolePlayerChangedEventArgs Overload

Microsoft.VisualStudio.Modeling Namespace