RolePlayerChangedEventArgs Constructor (IElementDirectory, DomainRoleInfo, Guid, Guid, Guid, ChangeSource)
Note: This API is now obsolete.
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
‘선언
<ObsoleteAttribute("Use constructor with TransactionContext parameter")> _
Public Sub New ( _
directory As IElementDirectory, _
domainRole As DomainRoleInfo, _
elementLinkId As Guid, _
oldRolePlayerId As Guid, _
newRolePlayerId As Guid, _
changeSource As ChangeSource _
)
[ObsoleteAttribute("Use constructor with TransactionContext parameter")]
public RolePlayerChangedEventArgs(
IElementDirectory directory,
DomainRoleInfo domainRole,
Guid elementLinkId,
Guid oldRolePlayerId,
Guid newRolePlayerId,
ChangeSource changeSource
)
[ObsoleteAttribute(L"Use constructor with TransactionContext parameter")]
public:
RolePlayerChangedEventArgs(
IElementDirectory^ directory,
DomainRoleInfo^ domainRole,
Guid elementLinkId,
Guid oldRolePlayerId,
Guid newRolePlayerId,
ChangeSource changeSource
)
[<ObsoleteAttribute("Use constructor with TransactionContext parameter")>]
new :
directory:IElementDirectory *
domainRole:DomainRoleInfo *
elementLinkId:Guid *
oldRolePlayerId:Guid *
newRolePlayerId:Guid *
changeSource:ChangeSource -> RolePlayerChangedEventArgs
public function RolePlayerChangedEventArgs(
directory : IElementDirectory,
domainRole : DomainRoleInfo,
elementLinkId : Guid,
oldRolePlayerId : Guid,
newRolePlayerId : Guid,
changeSource : ChangeSource
)
Parameters
- directory
Type: Microsoft.VisualStudio.Modeling.IElementDirectory
The element directory used to look up the Elements and ModelElement links involved
- domainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
The domain role whose role-player changed
- elementLinkId
Type: System.Guid
The Id of the ElementLink whose role-player changed
- oldRolePlayerId
Type: System.Guid
The Id of the ModelElement that was playing the role before the change
- newRolePlayerId
Type: System.Guid
The Id of the ModelElement that is playing the role after the change
- changeSource
Type: Microsoft.VisualStudio.Modeling.ChangeSource
The source of this change
.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.
See Also
Reference
RolePlayerChangedEventArgs Class